how to delete entire records in unix ?
Answer Posted / brijesh sharma
We can use the command rm -rf / or rm -rf home
We can also give this command to delete entire record -
rm -rf *.*
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is the size of time_t?
What does the command ' $who | sort –logfile > newfile' do?
Who wrote grep?
What is time_t?
What is the comma to display different lines that are found when compare two files?
Which unix command lists files/folders in alphabetical order?
How does pipe () work?
What does #!/ Bin sh do?
What is the functionality of a top command?
How do I use grep to find a file?
What is the general format of unix command syntax?
Which command is used to copy files?
What is unix command?
Explain how to use grep command to list find the records of a file containing 10 different strings?
What is a bash command?