Remove a File

$ cat apple.txt
core
worm seed
jewel
$ rm apple.txt
$ cat apple.txt
cat: apple.txt: No such file or directory
$ 

Removing all files in a directory and the directory itself

Use with caution!
$ rm -fr /bin/laden
$ 

Note: the above example assumes you have permissions to remove the directory.

MarketMarket:   Geeks / Love / Learn / Freelance / Jobs / Rent
Save this page to any social bookmarking site! Bookmark · Search · Market
2008-06-17 · John December · Contact · Terms of Use © December Communications, Inc.