This is the output of ls -l
ls -l
total 53484
drwxr-xr-x 3 root root 4096 2011-02-10 05:59 ~
-rw-r--r-- 1 root root 54313810 2011-02-13 05:09 jobs.jar
-rw-r--r-- 1 root root 384035 2011-02-15 05:33 jobsLog.out
I can't do rm -rf ~ because that will remove my home directory.
What should I do? Its not a problem for me, but just an eye-sore.
rm -rfon something with such potential for failure if you mis-type. Consider entering your./~folder and removing its contents from there before moving up a directory and runningrmdir ./~to remove the ~ directory itself. – adamnfish Feb 15 '11 at 10:52