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

Re: Wildcards



On Sun, 7 Jun 1998 timothy@smasher.rs.itd.umich.edu wrote:

>         Is there a wildcard type thing to indicate all directories, or all
> files etc? Like "dir /ad" in dos. 

I'm not sure what 'dir /ad' does. You can show all files (including those
that start with ".") with 'ls -a'. Type 'ls --help' or 'man ls' for more
info about the ls command.

> And is there anything as cool as a wildcard for file modes like all
> executeables? 

Not is ls, per se. I usually use the find command like this:

'find . -mode 4755 | xargs ls -l'

'man find' for more info about find.

Good luck!

	Tim

====
Tim Buller                                       buller@math.ukans.edu
Systems Specialist                               Office: Snow Hall 643
Department of Mathematics                          Voice: 785-864-7311
University of Kansas, Lawrence, KS 66045             Fax: 785-864-5255


--
To UNSUBSCRIBE, email to debian-user-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org


Reply to: