Bash command are mainly supported MacOS, Linux. On Windows, you can use WSL, it’s easy to setup and can use full-featured.
Note: Terminal ZSH
- Apps: We have many applications such as cmder (Windows), iTerm2 (MacOs),… For me only, I usually WezTerm on MacOS and Linux
- Online: repl.it
Ctrl
+C
: interrupt current tasksCtrl
+L
: clear the screenTab
: Autocomplete the commands / directories / file names / …Ctrl
+Shift
+V
: pastes from clipboard.- For a long list:
Enter
to continue read,q
to quit Ctrl
+A
: Move cursor to beginning of the line
Note+
#!/bin/bash
tells your terminal to run the script with bash
. There are also zsh
, sh
, fish
,…
Multi-column
Note
Note
Note
Multi-column
Note
Note
Note