On Thu, 23 Mar 2000, Steve Lee wrote:

> what does it mean when you type this.
> 
> find . -name *_ -exec ~/oiuncomp {} \;

find in all directories under this directory (including in this 
directory) (.) all files that have names that END with _ (-name \*_), and
for each file found, run the command "~/oiuncomp" with the filename as the
only argument (-exec ~/oiuncomp {} \;).

Chris Dowling.
[EMAIL PROTECTED]

A bus station is where a bus stops.
A train station is where a train stops.
On my desk, I have a work station......


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to