Skip to content

Instantly share code, notes, and snippets.

@sorquan
Last active March 1, 2021 10:53
Show Gist options
  • Save sorquan/dc0eadf9c630f49b94b95576fe570c93 to your computer and use it in GitHub Desktop.
Save sorquan/dc0eadf9c630f49b94b95576fe570c93 to your computer and use it in GitHub Desktop.
Some general commands for AIX

Show top 10 largest directories

du -sg | sort -r | tail -n10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment