Dark Light

a=0;for fle in *; do b=`for c in $(seq 0 $a); do echo -n " "; done`; mv "$fle" "$b"; a=$(($a+1)); done

Related Posts