In a Linux Foundation course we're told to use cat &
at a terminal prompt to return what appears to be the current max (used) PID. I wanted to clarify what the &
parameter means but both cat --help
and man cat
turned up nothing for the ampersand parameter.
Snapshot for clarity:
Can anyone please explain what the ampersand means in this context?
cat
(explaining no mention in the docs). That helped a lot, the linked thread was useful too. Tx :) – Alxs Dec 10 '16 at 16:40&
can be used with any command. It is not a parameter. – Dec 10 '16 at 16:41