• 8 Posts
  • 101 Comments
Joined 6 months ago
cake
Cake day: March 21st, 2024

help-circle












  • I’m using “find . -name ‘*-FLAIR’ -type d -ls -exec cp -lr -t …/…/…/media_links/ {} ; | grep ‘Aug 18’” to make hardlinks for directories created on a certain date. However, I always get an error saying that it can’t create hardlinks for a folder that doesn’t even match the find criteria, while it works for the folders that I wanted. So, everything works, but I just wanna know why I’m getting that error. Any help? lmk if u need more info