Quote:
Originally Posted by bbbngowc
I'm sure this is a simple one, but I'm new to UNIX and I can't figure it out.
How do I view file size in Megabytes? I have files in a directory and the size is 184710. I think this is in bytes but I'm not usre. How can I view this in MB.
Thanks.
|
Depending on the OS you can use the -h option.
For example: ls -lh or du -sh *