had is rad.
On Wed, Oct 21, 2020 at 10:09 AM Ingo Schwarze wrote:
> Hi,
>
> a...@sdf.org wrote on Wed, Oct 21, 2020 at 11:44:01AM +:
>
> > In du(1) it reads:
> >
> > [...]
> > EXAMPLES
> > Display a summary of files and folders in the current directory,
> > sorted by size:
> >
> >
Hi,
a...@sdf.org wrote on Wed, Oct 21, 2020 at 11:44:01AM +:
> In du(1) it reads:
>
> [...]
> EXAMPLES
> Display a summary of files and folders in the current directory,
> sorted by size:
>
>$ du -sh * .??* | sort -h
> [...]
>
> This misses file names of the form .a,
Hello,
In du(1) it reads:
[...]
EXAMPLES
Display a summary of files and folders in the current directory, sorted
by size:
$ du -sh * .??* | sort -h
[...]
This misses file names of the form .a, .1, etc. Better use something like
$ du -ahd1 . | sort -h
Where is the best pla
3 matches
Mail list logo