how to delete entire records in unix ?
Answer Posted / siva
use rm -rf \
delete entire root directory
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
What is grep and how do you use it?
how to sort the content of the file based on numeric values
What does awk stand for?
What is the use of tee command?
Which command is used to create a directory?
Is grep faster than awk?
Explain command to view process running?
What are the commands in UNIX to list the files in a Directory?
Which command can you use to find the currently running process in unix server?
Enumerate some of the most commonly used network commands in unix?
How do I search a whole word in vim?
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
Describe the usage and functionality of the command rm –r * in unix?
What does the command '$ls | wc –l > file1' do?
What is the difference between awk and grep?