Special characters in file name
Jan 09
2008
2008
Comments Off
Safely manipulate file with special characters in the name:
ruby -rfileutils -e 'FileUtils.rm_r "~"'
my web space
Safely manipulate file with special characters in the name:
ruby -rfileutils -e 'FileUtils.rm_r "~"'