Created
September 23, 2020 02:36
-
-
Save fipped/b80d802adb1187e57e95c4166b3147c9 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
| sed -e '/指定内容/d' old.log > new.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment