how to delete entire records in unix ?
Answer Posted / avinandan behera
to delete any record command is rm
to delete forcefully it is rm -r regarding deleting all
files i.e entire record than go for rm *.
| Is This Answer Correct ? | 49 Yes | 8 No |
Post New Answer View All Answers
How does the system know where one command ends and another begins?
Which command is used to restrict incoming messages?
What is the first character of the output in ls l command?
Write a command to display a file’s contents in various formats?
What is the unix command to confirm a remote host is alive or not?
What is grep command in unix with examples?
What does the command '$ls | wc –l > file1' do?
How does pipe () work?
How do I search for text in vi?
Which command is used to create a directory?
Give the command for finding the current date.
What does the command ' $who | sort –logfile > newfile' do?
What are the differences among a system call, a library function, and a unix command?
What does this command do? Cat food 1 > kitty
What is a bash command?