Posted in Command Line, Linux Fish Shell Command History Meme Binny V A April 16, 2008 Leave a Comment on Fish Shell Command History Meme 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 Author: Binny V AA philosopher programmer who specializes in backend development and stoicism.