next up previous contents index
Next: A Forklift Can Be Up: Moving Information Previous: cp Like a Monk

Pruning Back with rm

;

Now that we've learned how to create millions of files with cp; (and believe me, you'll find new ways to create more files soon), it may be useful to learn how to delete them. Actually, it's very simple: the command you're looking for is rm, and it works just like you'd expect.

Any file that's a parameter to rm gets deleted:

rm file1 file2 ...fileN

For example:

screen5231

As you can see, rm is extremely unfriendly. Not only does it not ask you for confirmation, but it will also delete things even if the whole command line wasn't correct. This could actually be dangerous. Consider the difference between these two commands:

screen5234

and this

screen5236

As you can see, the difference of one character made a world of difference in the outcome of the command. It is vital that you check your command lines before hitting tex2html_wrap8258 !

;



Converted on:
Mon Apr 1 08:59:56 EST 1996