Re: ls files with no extension
- From: Peter <peter@xxxxxxxxxxxxx>
- Date: Tue, 25 Sep 2007 08:53:43 GMT
On Mon, 24 Sep 2007 15:22:37 -0700, Erik Max Francis wrote:
snip...
what is the ls syntax to only show the first 4? Is there a regex
required? If so, how does it work?
ls | grep -v '\.'
or, with zsh,
ls *~*.*
Thanks. Is there NO way to preserve the ls output? Must it be piped
through grep?
On a related matter, how about the find command? Is that doable?
--
Peter
.
- Follow-Ups:
- Re: ls files with no extension
- From: Erik Max Francis
- Re: ls files with no extension
- References:
- ls files with no extension
- From: Peter
- Re: ls files with no extension
- From: Erik Max Francis
- ls files with no extension
- Prev by Date: Re: ls files with no extension
- Next by Date: Re: ls files with no extension
- Previous by thread: Re: ls files with no extension
- Next by thread: Re: ls files with no extension
- Index(es):
Relevant Pages
|