1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

replace: change folder to directory

This commit is contained in:
bl-ue 2021-01-10 14:29:22 -05:00 committed by Axel Navarro
parent aaae44875f
commit 2497b9b24f

View file

@ -24,7 +24,7 @@
`replace {{path/to/file_or_directory}} {{path/to/destination}} /w` `replace {{path/to/file_or_directory}} {{path/to/destination}} /w`
- Replace all files in subfolders of the destination: - Replace all files in subdirectories of the destination:
`replace {{path/to/file_or_directory}} {{path/to/destination}} /s` `replace {{path/to/file_or_directory}} {{path/to/destination}} /s`