Software developer often need to do certain things from terminal like sdk setup, module installation etc.

Here I have listed some of the high frequency terminal command that you mush have to know. This list will enrich as days go on.

Note: Please write in comment if I missed anything important!

Comment Something in Terminal Command

## this is a comment

Print Something in Terminal

echo "Hello World"  ## print new line after Command

printf "Hello World\n"

#software-development #software-engineering #command-line #javascript #terminal

10 High Frequency Terminal Commands
1.25 GEEK