Skip to content

Commit 57e2b2e

Browse files
docs(0-shell: include no-argument option for 'cat' command
1 parent 773c590 commit 57e2b2e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

subjects/0-shell/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ You must implement the following commands **from scratch**, using system-level R
3232
- `cd`
3333
- `ls` (supporting `-l`, `-a`, `-F`)
3434
- `pwd`
35-
- `cat`
35+
- `cat` (including no-argument mode)
3636
- `cp`
3737
- `rm` (supporting `-r`)
3838
- `mv`

subjects/0-shell/audit/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,12 @@ The use of external binaries or system calls that spawn them is strictly forbidd
6464

6565
###### Can you confirm that the document `new_doc.txt` is inside the `new_folder2`?
6666

67+
##### Try to run the command `cat` with no arguments.
68+
69+
###### Can you confirm that you can type some text and see it displayed back?
70+
71+
###### Can you confirm that you can stop with `Ctrl+D`?
72+
6773
##### Try to run the command `cat new_folder1/new_doc`. Do the same in your computer terminal.
6874

6975
###### Can you confirm that the output is the same in the project and in your computer terminal?

0 commit comments

Comments
 (0)