F5F Stay Refreshed Software Operating Systems Command for MacOS to relocate a folder while leaving damaged or corrupted items behind (High Sierra 10.13.6)

Command for MacOS to relocate a folder while leaving damaged or corrupted items behind (High Sierra 10.13.6)

Command for MacOS to relocate a folder while leaving damaged or corrupted items behind (High Sierra 10.13.6)

V
Velizar06
Posting Freak
865
08-09-2017, 02:42 PM
#1
The command to omit problematic files during a data transfer between directories is typically a custom or script-based approach rather than a standard "cp" operation. If using a terminal with `cp`, you may need to specify patterns or use options like `-f` for force copying, but advanced filtering often requires a shell script or specialized tool. Let me know if you need further clarification!
V
Velizar06
08-09-2017, 02:42 PM #1

The command to omit problematic files during a data transfer between directories is typically a custom or script-based approach rather than a standard "cp" operation. If using a terminal with `cp`, you may need to specify patterns or use options like `-f` for force copying, but advanced filtering often requires a shell script or specialized tool. Let me know if you need further clarification!

K
killer23nl
Junior Member
13
08-10-2017, 12:34 AM
#2
the "f" argument in this command tells cp that if there is an error finding the source file (i.e, it is missing or corrupted), the job will proceed and you will be told which files are bad/corrupted/missing thanks to the "v" argument, which tells cp to print verbose output
K
killer23nl
08-10-2017, 12:34 AM #2

the "f" argument in this command tells cp that if there is an error finding the source file (i.e, it is missing or corrupted), the job will proceed and you will be told which files are bad/corrupted/missing thanks to the "v" argument, which tells cp to print verbose output