Difference between revisions of "Size"

From wikieduonline
Jump to navigation Jump to search
 
(2 intermediate revisions by 2 users not shown)
Line 5: Line 5:
 
* <code>[[du -hs]] --apparent-size</code>
 
* <code>[[du -hs]] --apparent-size</code>
  
 +
* [[Table sizes]]
  
 
* [[ls]]
 
* [[ls]]
Line 12: Line 13:
 
:::-su: /bin/ls: Argument list too long
 
:::-su: /bin/ls: Argument list too long
 
::: -d list directories themselves, not their contents
 
::: -d list directories themselves, not their contents
 +
 +
 +
* Terraform resource: <code>[[aws_ebs_volume]]</code>
 +
 +
== See also ==
 +
* {{fdisk}}
 +
* {{filesystems}}
 +
 +
 +
[[Category:Storage]]

Latest revision as of 09:49, 29 May 2023

  • ls
    • ls -lhS
    • ls -lR | grep '^-' | sort -rnk5 (sort will not work if ls is used with -h)
    • Including full path: ls -ld $(find ./) | sort -rnk5 | more
-su: /bin/ls: Argument list too long
-d list directories themselves, not their contents


See also[edit]

Advertising: