Difference between revisions of "Useful linux commands"

From www.b-kaempgen.de
Jump to: navigation, search
Line 1: Line 1:
[[description::Linux commands that I often use]]
+
[[description::Here I add Linux commands that I often use.]]
  
 
* Size of files: du -a -h
 
* Size of files: du -a -h

Revision as of 18:08, 25 September 2014

Here I add Linux commands that I often use.

  • Size of files: du -a -h
  • Size of files in specific folder: du -sh *
  • Size of folder: du -hs data/index/*