Here's an example. I had a ton of XML files in an external drive and I needed to delete all the files that didn't contain a certain phrase. I had Claude write a bash script to move all the non-matching files to a new folder, spot checked a few to confirm that it had worked properly, and deleted them. My bash skills are decent but it still saved me time.
How is this done exactly ? can you provide an easy example for me (not a programmer but I use python/R from time to time)