====== SED - Print ====== [[SED:Print:Print|Print]] [[SED:Print:Print 1 line of context before and after regexp, with line number indicating where the regexp occurred|Print 1 line of context before and after regexp, with line number indicating where the regexp occurred]] [[SED:Print:Print a random line|Print a random line]] [[SED:Print:Print a specific line number|Print a specific line number]] [[SED:Print:Print all of file EXCEPT section between 2 regular expressions|Print all of file EXCEPT section between 2 regular expressions]] [[SED:Print:Print every Nth line|Print every Nth line]] [[SED:Print:Print first line of file|Print first line of file]] [[SED:Print:Print first N lines of a file|Print first N lines of a file]] [[SED:Print:Print last line of a file|Print last line of a file]] [[SED:Print:Print last 2 lines of a file|Print last 2 lines of a file]] [[SED:Print:Print last N lines of a file|Print last N lines of a file]] [[SED:Print:Print line immediately after a regexp, but not the line containing the regexp|Print line immediately after a regexp, but not the line containing the regexp]] [[SED:Print:Print line immediately before a regexp, but not the line containing the regexp|Print line immediately before a regexp, but not the line containing the regexp]] [[SED:Print:Print lines of N characters or longer|Print lines of N characters or longer]] [[SED:Print:Print lines of less than N characters|Print lines of less than N characters]] [[SED:Print:Print lines which match a regular expression|Print lines which match a regular expression]] [[SED:Print:Print lines which do NOT match regexp|Print lines which do NOT match regexp]] [[SED:Print:Print paragraph if it contains string|Print paragraph if it contains string]] [[SED:Print:Print paragraph if it contains string1 and string2 and string3 (in any order)|Print paragraph if it contains string1 and string2 and string3 (in any order)]] [[SED:Print:Print paragraph if it contains string1 or string2 or string3|Print paragraph if it contains string1 or string2 or string3]] [[SED:Print:Print section of file based on a range of line numbers|Print section of file based on a range of line numbers]] [[SED:Print:Print section of file between two regular expressions (inclusive)|Print section of file between two regular expressions (inclusive)]] [[SED:Print:Print section of file from regular expression to end of file|Print section of file from regular expression to end of file]]