zsh-users
 help / color / mirror / code / Atom feed
* files smaller than threshold?
@ 2005-10-15  0:54 Deliverable Mail
  2005-10-15  1:17 ` Mikael Magnusson
  0 siblings, 1 reply; 2+ messages in thread
From: Deliverable Mail @ 2005-10-15  0:54 UTC (permalink / raw)
  To: zsh-users

[-- Attachment #1: Type: text/plain, Size: 97 bytes --]

What is the fastest way, in zsh, to list all files smaller than certain
size?
 Cheers,
Alexy

[-- Attachment #2: Type: text/html, Size: 152 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: files smaller than threshold?
  2005-10-15  0:54 files smaller than threshold? Deliverable Mail
@ 2005-10-15  1:17 ` Mikael Magnusson
  0 siblings, 0 replies; 2+ messages in thread
From: Mikael Magnusson @ 2005-10-15  1:17 UTC (permalink / raw)
  To: Deliverable Mail; +Cc: zsh-users

On 10/15/05, Deliverable Mail <deliverable@gmail.com> wrote:
> What is the fastest way, in zsh, to list all files smaller than certain
> size?
>
> Cheers,
> Alexy

something like ls *(L-500) to see all files smaller than 500 bytes, as per

       L[+|-]n
              files less than n bytes (-), more than n bytes (+), or
exactly  n  bytes  in
              length.  If this flag is directly followed by a `k'
(`K'), `m' (`M'), or `p'
              (`P') (e.g. `Lk-50') the check is performed with 
kilobytes,  megabytes,  or
              blocks (of 512 bytes) instead.


--
Mikael Magnusson


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-10-15  1:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-15  0:54 files smaller than threshold? Deliverable Mail
2005-10-15  1:17 ` Mikael Magnusson

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).