Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!hplabs!hp-pcd!hplsla!dans From: dans@hplsla.HP.COM (Dan Siler) Newsgroups: comp.unix.questions Subject: Re: searching for a file Message-ID: <5520002@hplsla.HP.COM> Date: 8 May 89 18:32:50 GMT References: <1530@cmx.npac.syr.edu> Organization: HP Lake Stevens, WA Lines: 19 Here's a script called "ff" that I use to find files. #!/bin/sh if [ "$#" -ne 2 ] then echo "\nusage: ff directory file_set\n" exit fi find $1 \( -name $2 \) -exec ll -o {} \; exit _________________________________________________________________________ | | | Dan Siler unix: dans%hplsla@hplabs.hp.com hplabs!hplsla!dans | | Hewlett Packard hpdesk: DAN SILER/HPA100/15 | | Lake Stevens Instrument Division, ms:380 at&t: (206) 335-2178 | | 8600 Soper Hill Road; Everett, WA 98205-1298 telnet: 1-335-2178 | |_________________________________________________________________________|