Skip to content

Commit ab38e91

Browse files
Merge pull request #24 from devinekask/SimonVanherweghe-patch-8
Add file creation commands to terminal-01.md
2 parents a503e3c + 3266b0a commit ab38e91

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/content/docs/terminal-01.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ The following commands should be easy for any developer to use:
2020
- `cp originalname newname`: copy a file to a new location.
2121
- `cat filename`: display the contents of a particular file in your terminal window.
2222
- `echo "hello world"`: display the text between the quotes in the terminal window.
23+
- `echo hello > newfile.txt`: create a new file called 'newfile.txt' with 'hello' as content.
24+
- `touch newfile.md`: create a new -empty- file called 'newfile.md'
2325

2426
### Dollar sign
2527

0 commit comments

Comments
 (0)