Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Another method to empty trash that refuses to empty' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Another method to empty trash that refuses to empty
Authored by: hamarkus on Dec 15, '05 08:21:25AM

What is the star for?



[ Reply to This | # ]
Another method to empty trash that refuses to empty
Authored by: GlowingApple on Dec 15, '05 09:11:37AM

The '*' is a wild card character meaning everything. When you run the above command in the shell the shell (sh, bash, csh, ksh, zsh, etc) replaces the wildcard with a list of all matching files in the current working directory. In the case of the '*', all files are matched, so this command deletes everything in the trash.

---
Jayson --When Microsoft asks you, "Where do you want to go today?" tell them "Apple."



[ Reply to This | # ]