mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-12 12:15:41 +02:00
mv: update Dutch translation (#13494)
This commit is contained in:
parent
e359595fcc
commit
b133d2f72d
1 changed files with 2 additions and 2 deletions
|
@ -31,6 +31,6 @@
|
|||
|
||||
`mv --verbose {{pad/naar/bron}} {{pad/naar/doel}}`
|
||||
|
||||
- Specificeer de doelmap (handig in situaties waarin de doelmap het eerste argument moet zijn):
|
||||
- Specificeer de doelmap ([t]) (handig in situaties waarin de doelmap het eerste argument moet zijn):
|
||||
|
||||
`ls | {{parallel|xargs}} mv -t {{pad/naar/doel_map}}`
|
||||
`{{find /var/log -type f -name '*.log' -print0}} | {{xargs -0}} mv --target-directory {{pad/naar/doel_map}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue