Skip to content

Instantly share code, notes, and snippets.

@random-robbie
Created June 1, 2018 10:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save random-robbie/fc35c1765200db7adf7f6c6d854d634a to your computer and use it in GitHub Desktop.
Save random-robbie/fc35c1765200db7adf7f6c6d854d634a to your computer and use it in GitHub Desktop.
#!/bin/bash
grep -l STRINGTOFIND *.FILEXT|cut -d: -f 1|sort -u|xargs -I {} mv "{}" PREFIX-"{}".FILEXT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment