terminal
Every programming tradition has its simplest possible first lesson, and the command line's version doubles as a lifelong debugging habit.
echo simply prints whatever text follows it back to the screen, making it the shell scripting equivalent of a 'Hello World' first exercise, and also a constant, practical debugging tool. Typing echo $PATH, for example, reveals the current value of that variable, and sprinkling echo statements throughout a script lets you narrate its progress and check what's happening at each step.
'yell' and 'sing' are simply playful, unrelated words chosen to rhyme thematically with 'echo,' but neither is an actual command with any function in a shell.
Despite being one of the simplest possible commands, echo remains a lifelong habit for developers, since checking a variable's value or confirming a script reached a certain point is something programmers do constantly, no matter how experienced they become.
terminal
Where does 'cd ~' take you?What's the fundamental key combination to interrupt it?What's this file, saved with a .sh extension, called?What's this approach called, in contrast to the icon-clicking GUI?What is it?Which terminal command — probably the most-typed two letters in computing history — answers 'what's in this folder?'What does it stand for?Which command prints your current location's full path?What is it?What's this feature, written with the vertical bar (|)?On Linux and Mac, which magic word do you prefix to borrow top-level power — also famous from the 'make me a sandwich' comic meme?Which encrypted remote-access tool lets you open a terminal on a server on the other side of the planet and operate it directly?Quration — Quration AIQ