Linux Essentials #1 : Basic bash commands
Dec 16, 2024 · 1 min read · 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....
Join discussion


