Linux Recursive Find

Sep 23, 2002 10:17 PM
Tags: bash, linux, programming, unix

Fun with Linux, part 1:
alias fn='find . -name':
Good for recursively finding stuff.
Example usage: $ fn "page*.htm"

This blog is no longer active, and comments have been disabled.