> Here's a contest. Given the directory /tmp/stuff, delete all the files > in that directory that end with ".tmp". > > Let's see how many iterations it takes to get actually right. Then I guess rm /tmp/stuff/*.tmp isn't good enough? :)
Post a reply to this message