Skip to content

Instantly share code, notes, and snippets.

@gponty
Created December 12, 2019 12:13
Show Gist options
  • Select an option

  • Save gponty/cdbe93187d58bba9a58c30077176bcdc to your computer and use it in GitHub Desktop.

Select an option

Save gponty/cdbe93187d58bba9a58c30077176bcdc to your computer and use it in GitHub Desktop.

Revisions

  1. gponty created this gist Dec 12, 2019.
    8 changes: 8 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    Taille des disques :
    df -h

    Taille des repertoire:
    du /usr -h --max-depth=0

    Fichier de plus de xMo :
    find / -type f -size +500000k -exec ls -lh {} \; | awk '{ print $9 ": " $5 }'