Using Linux rm command to delete, remove hidden files and
http://labtestproject.com/linuxcmd/rm.html
The example below show the rm command use to delete all file in the current directory. [root@linux hack]#rm ./* rm: remove regular file `./install.log.syslog'?y rm: remove regular file `./#interface#'?y rm: remove regular file `./izes in human readable format (e.g., 1K 234M 2G)'?y + + The rm command above will remove or delete all file except the hidden files in that current directory.
The example below show the rm command use to delete all file in the current directory. [root@linux hack]#rm ./* rm: remove regular file `./install.log.syslog'?y rm: remove regular file `./#interface#'?y rm: remove regular file `./izes in human readable format (e.g., 1K 234M 2G)'?y + + The rm command above will remove or delete all file except the hidden files in that current directory.
DA: 93 PA: 68 MOZ Rank: 12