I want to recommend an interactive resource to someone new to programming.<p>Something like https://try.ruby-lang.org/, but for the terminal.<p>Most of the top hits on Google either seem to also dive into unnecessary history, scripting/Git, or are not interactive.<p>Ideas?
<a href="https://linuxsurvival.com/" rel="nofollow noreferrer">https://linuxsurvival.com/</a> has a simulated terminal for interactive lessons.<p><a href="https://linuxjourney.com/" rel="nofollow noreferrer">https://linuxjourney.com/</a> has lessons with exercises/quiz (user has to follow along on their own machine).<p>See my list of resources <a href="https://learnbyexample.github.io/curated_resources/linux_cli_scripting.html" rel="nofollow noreferrer">https://learnbyexample.github.io/curated_resources/linux_cli...</a> for tutorials/books/videos/etc.
> Most of the top hits on Google either seem to also dive into unnecessary history<p>You're asking about "the terminal" which has an unavoidable amount of history baked into it.
Since "terminal" often really means the shell that runs in the terminal, try searching for tutorials on bash or zsh.<p>"bash tutorial" "bash basics" for most unix-ish operating systems<p>for recent macs, "zsh tutorial" or "macos zsh tutorial" or "macos zsh basics"<p>bash is the usual shell, zsh is now the default on MacOS. zsh fixes some rough edges in bash.
"for the terminal" ... expand please?<p>would you like to make a text UI using ncurses?<p>are you looking to use CLI programs more easily? Or just the particular CLI programs necessary to you workflow, like compiler and linker commands?