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