how to delete entire records in unix ?
Answers were Sorted based on User's Feedback
Answer / joker
1) rm
2) rm -rf
Will work, but they will work in interactive mode since many
sysadmins will add a alias for rm as
alias rm rm -i
to override this use
\rm
\rm -rf
| Is This Answer Correct ? | 0 Yes | 6 No |
How many unix commands are there?
what is the function of grep command?
Write a command to display a file’s contents in various formats?
How to find $ai_serual resolved path by using unix
What is the use of sed command in unix?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
distinguish between interrupts and exceptions?
How to get a particular string as your prompt ? Give syntax of that command?
who to change the duplex setting of network interface in command line
What is grep and how do you use it?
What Command is used to make a directory?
What is the use of egrep command in unix?