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

Re: For the love of GOD!!!



Michael Marsh wrote:
> What's wrong with
> $ ls -d .*
> ?

That does have the effect of listing . and .. in the listing.

An old idiom was using ? which does not match a . in the list.

  ls -d .??*

Of course that does skip all files that match .? only.  So it is not
perfect but quite close.

Bob

Attachment: signature.asc
Description: Digital signature


Reply to: