Beautiful one-liner
#/bin/sh
#DTPD#
# ~/bin/despacify v2003-05
lsĀ -x1 | \
perlĀ -e 'while(<>){chomp;$x=$\_;s/ /\_/g; \
system("mv \\"$x\\" \\"$\_\\"") if ($x ne $\_);}'
#/bin/sh
#DTPD#
# ~/bin/despacify v2003-05
lsĀ -x1 | \
perlĀ -e 'while(<>){chomp;$x=$\_;s/ /\_/g; \
system("mv \\"$x\\" \\"$\_\\"") if ($x ne $\_);}'