in reply to Deleting an Odd Filename
One way to do it automatically right is to write 'rm popda' on the command line, then use the tab key for command completion. Normally the shell will write the rest fo the filename for you correctly escaped.
Another way might be to use a graphical file manager (not sure if this will work)
Or just use
rm popdatck\ .\ \$dept
|
|---|