[plug] ls

Leon Brooks leon at brooks.fdns.net
Mon Feb 26 22:33:57 WST 2001


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