Difference between revisions of "Useful linux commands"

From www.b-kaempgen.de
Jump to: navigation, search
(Created page with "* Size of files: du -a -h * Size of files in specific folder: du -sh * * Size of folder: du -hs data/index/* Category:Howto")
 
Line 1: Line 1:
 +
[[description::Linux commands that I often use]]
 +
 
* Size of files: du -a -h
 
* Size of files: du -a -h
 
* Size of files in specific folder: du -sh *
 
* Size of files in specific folder: du -sh *

Revision as of 18:08, 25 September 2014

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/*