how to delete entire records in unix ?
Answer Posted / my name
rm -rf *
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What is time_t?
Enlist some filename manipulation commands in unix.
What is the use of find command in unix?
How do I use nslookup?
Why is it called a shebang?
What is awk used for?
What command is used to switching between users in unix?
Explain how to use grep command to list find the records of a file containing 10 different strings?
How to display no of records in oracle using unix command?
What does the command ' $who | sort –logfile > newfile' do?
What does 'mkdir' command do in UNIX?
What are reported commands?
How do I delete files from command prompt?
How can you see the command line history?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?