[vlc-devel] 2007 commit stats

Pierre d'Herbemont pdherbemont at free.fr
Wed Jan 2 15:03:09 CET 2008


On Jan 2, 2008, at 1:16 AM, Dennis Lou wrote:

> Suggest you replace "for i in {1999,2000,...}; do" with
> "for i in $(seq 1999 2007); do"

-bash: seq: command not found

:(

echo "i=\$1; while test \$i -lt \$2; do echo \$i; let i=i+1; done;" >  
~/bin/seq
chmod +x ~/bin/seq

Pierre



More information about the vlc-devel mailing list