UNIX command - recursive delete without any prompt
Last week, I was struggling to recursively delete a directory which contains files and subdirectories. I know how to do it in Linux but it's a bit different from UNIX. I'd like to share with you how I solved my problem.
Here is the UNIX command that I used:
[/home/username]\rm –rf name_of_directory
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home