Udo Rader grabbed a keyboard and wrote:
>
> If it were, some construct like the thing below could then list all files
> in "/opt/too_many_files" except "no_not_this_one":
>
> % ls -l /opt/too_many_files/*{!no_not_this_one}
>
> Yes, I know this doesn't work, but is there any other efficient way to do
> this in bash?

ls -la /opt/too_many_files | sed '/not this one/d'

               --Dave


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to