79508305

Date: 2025-03-14 06:49:14
Score: 2.5
Natty:
Report link

Since mv cannot handle subdirectories, I would use

cp -rf /path/to/source /path/to/target

Then if I want to delete the source directory, I would do

rm -rf /path/to/source
Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: johnsmith0x3f