On Tue, Aug 4, 2009 at 9:19 PM, Gary Gatten<[email protected]> wrote: > What is "-type" supposed to do? I've never used it before, never needed it. >
Gary, -type allows different types of files to be located -- 'f' - regular file, 'd' - directory, 'l' - link, etc. Have a look at find(1) for more info. Regards, -- Glen Barber _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]"
