Hello All,
Someone accidently created a file called * in / directory. What are the different possible options for safely removing this particular file...
thanks
Hello All,
Someone accidently created a file called * in / directory. What are the different possible options for safely removing this particular file...
thanks
rm \*
will remove only file "*"
/home/>rm -e -i \*
rm: Remove *? yes
rm: Removing *