Skip to content

Instantly share code, notes, and snippets.

@florinmuscalu
Created October 15, 2019 10:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save florinmuscalu/7768603f9d6495c4f0563b5f05cf79a0 to your computer and use it in GitHub Desktop.
Save florinmuscalu/7768603f9d6495c4f0563b5f05cf79a0 to your computer and use it in GitHub Desktop.
start="aa"
end="cc"
end=$(grep "$end" text.txt | tail -1)
sed -n "/$start/,/$end/p" test.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment