[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Faster ls when there are thousands of files in a directory
From: |
Bob Proulx |
Subject: |
Re: Faster ls when there are thousands of files in a directory |
Date: |
Sat, 25 Jun 2011 07:27:13 -0600 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
Jim Meyering wrote:
> For minimal overhead ls, use only the -1U options.
> I.e., type exactly this:
>
> env ls -1U
What benefit is provided by invoking through 'env' in that example
without any environment modifications specified? I am sure I am
missing something and would enjoy the education.
Bob