Skip to content

Instantly share code, notes, and snippets.

@sshnaidm
Created August 23, 2022 11:25
Show Gist options
  • Save sshnaidm/40da74556a4c180e18dbcf2339642618 to your computer and use it in GitHub Desktop.
Save sshnaidm/40da74556a4c180e18dbcf2339642618 to your computer and use it in GitHub Desktop.
Sed print all after a pattern
sed -n '/^workers/,$'p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment