Skip to content

Instantly share code, notes, and snippets.

@s-hiroshi
Created May 15, 2021 21:26
Show Gist options
  • Save s-hiroshi/04f551a95978a771059383f5777c771a to your computer and use it in GitHub Desktop.
Save s-hiroshi/04f551a95978a771059383f5777c771a to your computer and use it in GitHub Desktop.
```bash
$ du -g -x -m -d 5 | awk '$1 >= 500{print}'
```
re. https://qiita.com/silva114jp/items/6e1e64e9aeaca62b1c04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment