topyli shows a bash command line to list the launched commands top ten
A very simple command line
history | awk '{print $2}' | awk 'BEGIN {FS="|"} {print $1}'|sort|uniq -c | sort -rn | head -10
topyli shows a bash command line to list the launched commands top ten
A very simple command line
history | awk '{print $2}' | awk 'BEGIN {FS="|"} {print $1}'|sort|uniq -c | sort -rn | head -10