Compare commits
1 Commits
bd880608c5
...
f578383b63
Author | SHA1 | Date |
---|---|---|
coolneng | f578383b63 |
|
@ -14,4 +14,4 @@ fi
|
||||||
input=$1
|
input=$1
|
||||||
output=$2
|
output=$2
|
||||||
|
|
||||||
find "$input" -type f -iregex '.*\.\(pdf\|doc\|docx\|xlsx\|accdb|\mdb\)' -print0 | xargs -0 cp -t "$output"
|
find "$input" -type f -iregex '.*\.\(pdf\|doc\|docx\|xlsx\|accdb|\mdb\)' -print0 | xargs -0 cp "{}" "$output"
|
||||||
|
|
Loading…
Reference in New Issue