My frequently used bash commands histogram

Taken from Small Labs Inc., here’s a histogram of my most used commands:

   cd   289 ############################################################ 
   ls   282 ########################################################### 
  git   158 ################################# 
   hi    76 ################ 
  vim    75 ################ 
  for    72 ############### 
  ssh    70 ############### 
 sudo    52 ########### 
 java    48 ########## 
   rm    46 ########## 
  cat    38 ######## 
 brew    38 ######## 
  man    35 ######## 
 less    34 ######## 
 find    26 ###### 
  scp    23 ##### 
   ps    23 ##### 
  "hi    17 #### 
lorem    16 #### 
  top    13 ### 

Have a try at making your own with the code from the Small Labs Inc. website!


 |