Basic Terminal Commands
Working within the terminal is common practice for any Backend Developer and there are many commands and utilities that can help you achieve your tasks more efficiently.
The best way to learn these commands is to practice them in your own machine/environment. Specifically, these are related to Linux commands/utilities which are the most prevalent in the market.
To understand these commands, read through the manual pages by using man
command e.g. man grep
, man awk
etc.
After enough exposure and practice to these commands, it will become easier to use these in practice
Visit the following resources to learn more: