DEV Community

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

Collapse
 
sherlockliu profile image
Sherlock
1   2066  17.3468%     git
2   1919  16.1125%     npm
3   572   4.80269%     docker
4   468   3.92947%     sh
5   418   3.50966%     ll    

seems I'm boring, aha

Collapse
 
gabgab2003 profile image
DownloadPizza

Is sh linked to bash, dash or is it real sh? I wouldn't really see a reason to use sh, even for sh scripts

Collapse
 
sherlockliu profile image
Sherlock

maybe it's my bad habit, I use sh xxx.sh instead of ./xxx.sh