On 18Apr2019 04:45, Phil Wyett philwyett@kathenas.org wrote:
On Wed, 2019-04-17 at 20:25 -0700, ToddAndMargo via users wrote:
Not to ask too stupid a question, but it there a way to run an ls that only gives me the file name and its size?
ls -hs --block-size=k May fit you needs.
There's also the stat(1) command, which has a -c option to supply a format string.
Cheers, Cameron Simpson cs@cskk.id.au