Refactor: change "folder" to "directory" where needed.
This commit fixes every instance in which the word "folder" is incorrectly used instead of "directory".
This commit is contained in:

committed by
Agniva De Sarker

parent
2484529a83
commit
2599a6de48
@@ -14,6 +14,6 @@
|
||||
|
||||
`echo "example" | tee {{/dev/tty}} | {{xargs printf "[%s]"}}`
|
||||
|
||||
- Create a folder called "example", count the number of characters in "example" and write "example" to the terminal:
|
||||
- Create a directory called "example", count the number of characters in "example" and write "example" to the terminal:
|
||||
|
||||
`echo "example" | tee >(xargs mkdir) >(wc -c)`
|
||||
|
Reference in New Issue
Block a user