From f8de183d3244284cfe60ac6b50c90092b079e07c Mon Sep 17 00:00:00 2001 From: Adi Date: Sun, 12 May 2019 10:28:53 -0700 Subject: [PATCH] Adding new commands to the list (#28206) Adding new commands to the list of commands --- guide/english/terminal-commandline/macos-terminal/index.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/guide/english/terminal-commandline/macos-terminal/index.md b/guide/english/terminal-commandline/macos-terminal/index.md index 26a2256617..fc9874b568 100644 --- a/guide/english/terminal-commandline/macos-terminal/index.md +++ b/guide/english/terminal-commandline/macos-terminal/index.md @@ -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