Update 'README.md'
This commit is contained in:
parent
57dd5c9962
commit
96a5856592
@ -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:
|
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`
|
- Display the working directory: `pwd`
|
||||||
- List files in the current directory: `ls`
|
|
||||||
- Change directory: `cd <directory_name>`
|
- Change directory: `cd <directory_name>`
|
||||||
- Print the value of an environment variable: `echo $<variable_name>`
|
- Print the value of an environment variable: `echo $<variable_name>`
|
||||||
- Set an environment variable: `export <variable_name>=<value>`
|
- Set an environment variable: `export <variable_name>=<value>`
|
||||||
|
Loading…
Reference in New Issue
Block a user