Revision as of 12:03, 14 June 2022 by Chubbard(talk | contribs)(Created page with "==== Useful sed commands ==== cat foo | sed "1,/^stringMatch/d" * Will ignore all before string match until EOF * stringMatch must be start of line (^) Category:bash")