Added a function to get your public IP address
This commit is contained in:
@@ -14,4 +14,8 @@ export HISTCONTROL=erasedups
|
||||
export HISTSIZE=5000
|
||||
|
||||
|
||||
export AUTOFEATURE=true autotest
|
||||
export AUTOFEATURE=true autotest
|
||||
|
||||
function rh {
|
||||
history | awk '{a[$2]++}END{for(i in a){print a[i] " " i}}' | sort -rn | head
|
||||
}
|
||||
Reference in New Issue
Block a user