Fish Shell Command History Meme
Tagged with: awk, command, fish, grep, history, Linux, meme, sed, shell
Wednesday, April 16th, 2008 11:17 PM
Use this command if you want to know your command usage stats in the fish shell.
grep -v "^\#" ".config/fish/fish_history"|awk '{print $1}'|sort|uniq -c|sort -rn|head -n10