mirror of https://github.com/CrimsonTome/tldr.git
rm: fix typo ("it's" should be "its")
parent
5138fe9dda
commit
5d2160f654
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
`rm {{/path/to/file}} {{/otherpath/to/file2}}`
|
`rm {{/path/to/file}} {{/otherpath/to/file2}}`
|
||||||
|
|
||||||
- Remove recursively a directory and all it's subdirectories:
|
- Remove recursively a directory and all its subdirectories:
|
||||||
|
|
||||||
`rm -r {{/path/to/folder}}`
|
`rm -r {{/path/to/folder}}`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue