Answer Posted / viswa
The command rm -r * will not delte the hidden files. The
command will delte all the normal(unhidden) files and
direcotories.
#1 //Deleting all hidden files in present dir
rm -f .*
#2 //Deleting all hidden dir's in the present dir
rm -r .* OR rmdir .*
Note the command #2 will delete only the hidden dir's
created by the user not the default hidden dir's(. & ..)
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How do you repeat a command in terminal?
How do I search for a file in unix command?
What is the use of the tee command?
How do I search for text in vi?
Explain how to use grep command to list find the records of a file containing 10 different strings?
Can you explain a little bit about command substitution?
What is unix command line?
What is the command to view process running?
What does this command do? Cat food 1 > kitty
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
How do I find previous commands in unix?
Name the unix command to find how many days the server has been up.
What is command statement?
Explain the steps that a shell follows while processing a command.
How to find $ai_serual resolved path by using unix