Hi. On Thu, 29 May 2014 14:31:03 -0500 Dennis Wicks <[email protected]> wrote:
> Can't quite figure out how to do this. > > I'd like to be able to scan a Volume or directory and find > all directories that have only one item in them. Either > directory or file. Try this (yep, links should be 3, not 1): find <where_you_want_to_search> -type d -links 3 Reco -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

