
Linux Essentials #1 : Basic bash commands
echo The first command you need to know after installing Linux is echo. The echo command is used to print text to the terminal. echo "Hello World" I know you might have questions about this command, like why we need to print things to the terminal....


