$ for i in ?.ogg; do mv $i 0$i; done
from
1.ogg
2.ogg
3.ogg
10.ogg
11.ogg
to
01.ogg
02.ogg
03.ogg
10.ogg
11.ogg
by David Winterbottom (codeinthehole.com)
$ for i in ?.ogg; do mv $i 0$i; done
from
1.ogg
2.ogg
3.ogg
10.ogg
11.ogg
to
01.ogg
02.ogg
03.ogg
10.ogg
11.ogg
by David Winterbottom (codeinthehole.com)
0sem comentários ainda