rename, route: add pt_PT translation (#7067)

This commit is contained in:
Rúben Silva
2021-10-19 09:20:24 +01:00
committed by GitHub
parent 5b5eed1917
commit 07dcece3a4
2 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# rename
> Altera o nome de um ficheiro ou grupo de ficheiros com uma expressão regular.
- Altera "antes" para "depois" o nome dos ficheiros especificados:
`rename 's/{{antes}}/{{depois}}/' {{*.txt}}`