From 96a5856592c9eb3427bdc2a41c139627e2b3718f Mon Sep 17 00:00:00 2001 From: starnakin Date: Mon, 27 Mar 2023 14:40:24 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 77b7121..a0e87d0 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,6 @@ Minishell is a 42 School project that involves creating a minimalistic shell in Once the shell is started, you can enter commands as you would with any other shell. The following are some examples of commands that can be executed: - Display the working directory: `pwd` -- List files in the current directory: `ls` - Change directory: `cd ` - Print the value of an environment variable: `echo $` - Set an environment variable: `export =`