rename: add Dutch translation (#13692)

This commit is contained in:
Sebastiaan Speck
2024-09-21 16:22:44 +02:00
committed by GitHub
parent 4f38ce61e5
commit dcd10039bc
2 changed files with 39 additions and 0 deletions

8
pages.nl/osx/rename.md Normal file
View File

@@ -0,0 +1,8 @@
# rename
> Hernoem een bestand of groep bestanden met een reguliere expressie.
> Meer informatie: <https://keith.github.io/xcode-man-pages/rename.2.html>.
- Vervang `from` door `to` in de bestandsnamen van de opgegeven bestanden:
`rename 's/{{from}}/{{to}}/' {{*.txt}}`