how to delete entire records in unix ?
Answer Posted / nombuyiselo mbangula
rm -r * {delete everything from the directory}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain ‘library functions’ with respect to unix commands?
What is nr in awk command?
Differentiate cat command from more command.
What are some command words?
Write a command to display a file’s contents in various formats?
What is the first character of the output in ls l command?
What are the differences among a system call, a library function, and a unix command?
Explain mount and unmount command.
Explain command to display different lines that are found when compare two files?
What happens when we execute a unix command?
Can you explain a little bit about command substitution?
Name the general commands in using unix os for a beginner?
What is “chmod” command?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
Why is shebang used?