Glossary: Shell, Command Line Tools and Scripting
command-line options or flags
-irn, -a, -p are
called command-line options or
flags
grep -irn "bla"
ls -a
mkdir -p
They often start with a hyphen (-) and can be combined or used individually, depending on the command's syntax.
Arguments
to do: ...