Created
August 23, 2022 11:25
-
-
Save sshnaidm/40da74556a4c180e18dbcf2339642618 to your computer and use it in GitHub Desktop.
Sed print all after a pattern
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 -n '/^workers/,$'p |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment