You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy files from source to destination. This command allows multiple sources as well in which case the destination must be a directory.
183
184
@@ -187,13 +188,14 @@ Options:
187
188
188
189
*`-f` : Overwrite the destination if it already exists.
189
190
*`-d` : Skip creation of temporary file with the suffix `._COPYING_`.
190
-
*`-p` : Preserve file attributes [topx] (timestamps, ownership, permission, ACL, XAttr). If -p is specified with no *arg*, then preserves timestamps, ownership, permission. If -pa is specified, then preserves permission also because ACL is a super-set of permission. Determination of whether raw namespace extended attributes are preserved is independent of the -p flag.
191
+
*`-p` : Preserve file attributes [topax] (timestamps, ownership, permission, ACL, XAttr). If -p is specified with no *arg*, then preserves timestamps, ownership, permission. If -pa is specified, then preserves permission also because ACL is a super-set of permission. Determination of whether raw namespace extended attributes are preserved is independent of the -p flag.
191
192
*`-t <thread count>` : Number of threads to be used, default is 1. Useful when copying directories containing more than 1 file.
192
193
*`-q <thread pool queue size>` : Thread pool queue size to be used, default is 1024. It takes effect only when thread count greater than 1.
Takes a source directory and a destination file as input and concatenates files in src into the destination local file. Optionally -nl can be set to enable adding a newline character (LF) at the end of each file.
409
411
-skip-empty-file can be used to avoid unwanted newline characters in case of empty files.
0 commit comments