Skip to content

Instantly share code, notes, and snippets.

@unrelentingfox
Created August 21, 2018 23:23
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 unrelentingfox/9919c1ce1d78699dcfb44a9269c8e05b to your computer and use it in GitHub Desktop.
Save unrelentingfox/9919c1ce1d78699dcfb44a9269c8e05b to your computer and use it in GitHub Desktop.
find main | grep -P 'Rule.java$' > testfile
sed 's/main/test/g' testfile | sed 's/Rule\.java/RuleTest\.java/g' > final
cat final | xargs -L 1 mkdir -p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment