//View Tip #388
» SSH Auto Complete
» Find and Grep
» Changing file extensions
» Manipulate Bash sockets using /dev/tcp
Similar Tips
» CDPATH» SSH Auto Complete
» Find and Grep
» Changing file extensions
» Manipulate Bash sockets using /dev/tcp
Latest tips by RSS
Click here to subscribe
Follow Shell-Fu on Twitter
Click here to follow
Follow Shell-Fu on identi.ca
Click here to follow
echo Bef = $((`cat /home/$USER/.bash_history | sort | uniq | wc -l`*100/`cat /home/$USER/.bash_history | wc -l`))%

