This is called command stacking.
To stack commands, use a semicolon (;) between commands, like this:
cd /etc ; ls -l
Be very careful when command stacking, especially when deleting or moving files! Make sure what you typed is what you want!
This is called command stacking.
To stack commands, use a semicolon (;) between commands, like this:
cd /etc ; ls -l
Be very careful when command stacking, especially when deleting or moving files! Make sure what you typed is what you want!