Path: utzoo!attcan!utgpu!news-server.csri.toronto.edu!clyde.concordia.ca!uunet!mailrus!husc6!bbn.com!cosell From: cosell@bbn.com (Bernie Cosell) Newsgroups: comp.misc Subject: Re: Your favourite UNIX-pipe (summary) Message-ID: <58702@bbn.BBN.COM> Date: 4 Aug 90 12:58:54 GMT References: <730@coma.UUCP> <2987@awdprime.UUCP> <2400@dino.cs.iastate.edu> <4002@rtifs1.UUCP> Sender: news@bbn.com Lines: 10 trt@rti.rti.org (Thomas Truscott) writes: } (rm -f /tmp/*) # Recommended }seems wiser, particularly since files in /tmp can be named "-r" or "-i". On the other hand, adding '-r' makes some sense, unless you'd really like to leave a subdirectory of /tmp around forever. Also, I do "rm -f /tmp/.*" [*NO* '-r' on this one, thank you very much! :-)]. /Bernie\