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
Can you enlist some commonly used network commands?
Explain the steps that a shell follows while processing a command.
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 can you see the command line history?
What is $0 bash?
What does the command '$ls | wc –l > file1' do?
What is the use of cut command in unix?
Give the command for finding the current date.
Why is shebang used?
How do I search a whole word in vim?
What is the difference between cat and more command?
What does grep v grep do?
What do chown command do?
How do I use nslookup?
What are the unix commands?