Quantcast
Channel: linuxadmin: Expanding Linux SysAdmin knowledge
Viewing all articles
Browse latest Browse all 17903

What are your top 10 CLI programs you use?

$
0
0

Every so often, I like to see what my top 10 CLI programs are. Here are mine.

me@myworkstation:~$ echo $HISTFILESIZE 40000 me@myworkstation:~$ awk '{print $1}' < .bash_history | sort | uniq -c | sort -rn | head -10 6827 git 4365 vi 4141 cd 4138 ssh 3287 ls 1493 kitchen 1352 host 950 knife 927 sudo 687 ldapsearch 

Not surprisingly, IAM is one of my main responsibilities at work & I've been doing a lot of Chef development lately.

How about you? What are your top 10?

submitted by /u/TriumphRid3r
[link] [comments]

Viewing all articles
Browse latest Browse all 17903

Trending Articles