FG
💻 Software

Find document files and copy them to another directory

Fresh7 days ago
Mar 15, 202640437 views
Confidence Score0%
0%

Problem

This is a bit of a basic question but I'm trying to copy all .doc files I find in a directory and copy them to another directory. I know each command: and: How can I combine the two commands?

Error Output

find -name '*.doc' .

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Find document files and copy them to another directory

Low Risk

If there are a lot of .doc files this is your best option to avoid hitting the character limit.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment