Created
June 19, 2019 17:53
-
-
Save yolleksandr/30fd4534e38ad0b6a92f215222bf5257 to your computer and use it in GitHub Desktop.
Sed
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
Enable millisecond resolution for java log4j for all .xml files with backup: | |
find . -name "*xml" -print0 | xargs -0 sed -i.no_milliseconds 's/:ss/:ss\.SSS/g' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment