Created
August 21, 2018 23:23
-
-
Save unrelentingfox/9919c1ce1d78699dcfb44a9269c8e05b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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