[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bash question



Jon Haugsand <Jon-H.Haugsand@norges-bank.no> [2003-07-01 19:43]:
 in your directory.
> 
> A very failsafe variant is to use find:
> 
> find . -type f -print0 | xargs -0 mpg123

I usually make use of find's parameter

-maxdepth level

if you would like to restrict the search to a certain depth of the
directory tree (man find).

wbr,
Lukas
-- 
Lukas Ruf           | Wanna know anything about raw |
<http://www.lpr.ch> | IP?  <http://www.rawip.org>   |



Reply to: