Answer Posted / anandhi
$rm –rf .??*
With the option –rf and the use " .??* " will remove/delete
all hidden files/directory. The initial " . " indicates
a 'hidden' file and the " ?? " match at least two
characters to exclude the parent-directory which is " .. "
and to remove or delete everything the " * " will match all
number or characters that used for files or directory name.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is command statement?
What is the pipe command?
What does the command '$ls | wc –l > file1' do?
What do chmod, chown, chgrp commands do?
What is grep command in unix with examples?
Is grep faster than awk?
What is the comma to display different lines that are found when compare two files?
What is awk command used for?
What are awk commands?
What is ctrl d?
Why is it called a shebang?
Which command is used to restrict incoming messages?
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
Which command is used to create a directory?
What is used to type command?