Adding new commands to the list (#28206)

Adding new commands to the list of commands
pull/32087/head^2
Adi 2019-05-12 10:28:53 -07:00 committed by Christopher McCormack
parent ce5af168e4
commit f8de183d32
1 changed files with 4 additions and 1 deletions

View File

@ -46,7 +46,10 @@ mkdir | Create a new directory
touch | Create a new file
cp| Copy a file
rm | Remove a file
rm -rf | Remove a directory
cat | concatenate and print files
ps | list all running processes
find | find files and directories
rm -rf | Remove a directory recursively
sudo | Run command with the security privileges of the superuser
clear | Clear the screen
nano [file] | Opens the file using nano editor