man <command name>
help about the command
<command A> | <command B>
send output of A in input to B
<nomecomando> &
execute in background
jobs
show all the background
nohub <comando> <filename>
launch and protect the process
w
show the session
fg %1
return to foreground
cat <filename>
print the content of file in the terminal
Comments