Skip to content

Commit

Permalink
+ alias: ping1: just a ping with count one, do this often enough
Browse files Browse the repository at this point in the history
  • Loading branch information
smemsh committed Oct 28, 2024
1 parent 804f4e9 commit cf2ce54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions init.d/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ alias nowdatefmt "date +\$HISTTIMEFORMAT"
#alias count "wc -l"
#alias linecount "wc -l"
alias addrof "gethostip -d"
alias ping1 "ping -c 1"
alias ipls "ip addr ls | " \
"grep 'inet.*/' | " \
"awk '{print \$2, \$NF}' | " \
Expand Down

0 comments on commit cf2ce54

Please sign in to comment.