04-29-2015, 08:22 PM
There is a bash built in that can show you all the commands you could run.
introduction to commands
manual pages are very important you type in man and then a command
man <command_name>
Help: --help
Code:
compgen -cCode:
man intromanual pages are very important you type in man and then a command
man <command_name>
Code:
man manCode:
man lsCode:
man cpCode:
man mvCode:
man apt-getCode:
ls --helpCode:
cp --helpCode:
mv --help
