/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
man
utility. Run man man and
read the description of the utility in your
system. man usually uses less
as the default pager; you quit from less by pressing
the q-key.
cp,
ls,
mkdir,
mv,
rm,
and the bash built-in command cd.
man
cp in your terminal; google-search "man cp".
sudo apt install bash-completion. Read about the command-line
completion.
sudo apt install nano.