I need to find the size of a file and or a directory in 1k disk blocks.
A normal ls -l | cut -d' ' -f5 respectively ls -ld give me the size in bytes. Is there another way to find it in 1k disk blocks or do I have to multiply it with some numbers ?
Thanks for your help.
A normal ls -l | cut -d' ' -f5 respectively ls -ld give me the size in bytes. Is there another way to find it in 1k disk blocks or do I have to multiply it with some numbers ?
Thanks for your help.