how to delete entire records in unix ?
Answer Posted / m.dhanunjaya
If want to delete record we use rm commands like
-i(interactive),-v(verbose)-f(force fully).
we can use rm * command do delete entire records.
we use this command only when ever we are in sub-directory
only.if not it effects in UNIX o/s.
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
What is the behavioural difference between cmp and diff commands?
How do I search for text in vi?
Why is it called a shebang?
What are the differences among a system call, a library function, and a unix command?
How does shebang work?
What is the general format of unix command syntax?
What is the search command in unix?
Write a command to display a file’s contents in various formats?
Who command in unix?
What is s and g in sed command?
What is command substitution?
How do I run a bash script?
What is the nmap command?
Describe the zip/unzip command using gzip.
Why is awk called awk?