We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a503e3c + 3266b0a commit ab38e91Copy full SHA for ab38e91
1 file changed
src/content/docs/terminal-01.md
@@ -20,6 +20,8 @@ The following commands should be easy for any developer to use:
20
- `cp originalname newname`: copy a file to a new location.
21
- `cat filename`: display the contents of a particular file in your terminal window.
22
- `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'
25
26
### Dollar sign
27
0 commit comments