Update 'README.md'

This commit is contained in:
starnakin 2023-03-27 14:40:24 +00:00
parent 57dd5c9962
commit 96a5856592

View File

@ -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 <directory_name>`
- Print the value of an environment variable: `echo $<variable_name>`
- Set an environment variable: `export <variable_name>=<value>`