DEV Community

Discussion on: What are your five most used terminal commands?

Collapse
 
willvincent profile image
Will Vincent • Edited

On my hackintosh, where I've been consistently working on a fairly large-scale adonis application. This is about the output I expected to see, actually...

     1  1993  19.926%    git
     2  995   9.94801%   cd
     3  705   7.04859%   yarn
     4  487   4.86903%   adonis
     5  404   4.03919%   ls

Likewise on my server where I have ~25 docker containers running various services, no surprises here:

     1  282  28.2%  docker
     2  167  16.7%  ls
     3  131  13.1%  cd
     4  113  11.3%  docker-compose
     5  86   8.6%   sudo