On 4/17/19 8:45 PM, Phil Wyett wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Wed, 2019-04-17 at 20:25 -0700, ToddAndMargo via users wrote:
Hi All,
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?
Many thanks, -T
--
When you say, "I wrote a program that crashed Windows," people just stare at you blankly and say, "Hey, I got those with the system, for free." -- Linus Torvalds
users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-leave@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Hi,
ls -hs --block-size=k
May fit you needs.
Regards
Phil
Perfect! Thank you!