Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • Getting the columns to print is not a problem. Getting the columns into the for loop and the if statement and the rm command is the question. I don't see any info on the internet on the -nogroup option for find ... and the man entry is useless. Commented Dec 1, 2014 at 23:07
  • 2
    man gnu find - -nogroup: No group corresponds to file's numeric group ID. The trick with find is to know that there are two fairly common versions, the GNU, and the BSD. There are lots of differences between the two. Commented Dec 1, 2014 at 23:23