[plug] ls

Squirrel squirrel at emerge.net.au
Tue Feb 27 06:21:00 WST 2001


Thanks Leon and all the other guys.
With all the options available to most linux commands it can be difficult
working out the correct syntax
for them especially for newbies.



----- Original Message -----
From: Leon Brooks <leon at brooks.fdns.net>
To: <plug at plug.linux.org.au>
Sent: Monday, February 26, 2001 10:33 PM
Subject: Re: [plug] ls


> Squirrel wrote:
>
> > can somebody give me a example please.
>
> All HTML files in or under your current dir:
>
>      find . -iname "*.htm*"
>
> ...or, a long listing with permissions and sizes...
>
>      ls -l $(find . -iname "*.htm*")
>
> ...or try this if not using BASH...
>
>      ls -l `find . -iname "*.htm*"`
>
> --
> This poem is copyright (c)
> By the author, 1983.
> Prior written consent
> Is required to present
> It on radio, film, or TV.
> -- Elliott Moreton
>
>
>




More information about the plug mailing list