Last active
June 13, 2018 00:50
-
-
Save tonyyang-svail/a9dcd1a2d99dadd0a7e2e61b67284fed to your computer and use it in GitHub Desktop.
This file contains 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 backward in all CMakeLists.txt | |
find paddle/fluid/ -name "CMakeLists.txt" | xargs grep backward | |
# replace dynamic to tape in all files | |
ack -l dynamic | xargs sed -i 's/dynamic/tape/g' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment