Skip to content

Instantly share code, notes, and snippets.

@idnovic
Last active December 25, 2018 20:28
Show Gist options
  • Save idnovic/7151b8b8c54bd513679f0a0c42509b63 to your computer and use it in GitHub Desktop.
Save idnovic/7151b8b8c54bd513679f0a0c42509b63 to your computer and use it in GitHub Desktop.
Usefull commands
#clear bash history including entries in memory
cat /dev/null > ~/.bash_history && history -c && exit
history -c && history -w
# rpm show space used by packages
rpm -qa --queryformat '%10{size} - %-25{name} \t %{version}\n' | sort -n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment