search results

  1. Delete multiple lines from files using sed ... The problem is that I cannot find the right regex pattern for matching multiple lines ... awk and sed are line ...
    stackoverflow.com/questions/15278679/​delete-multiple... - Cached
  2. ... (number or pattern ) d = delete ; Examples ... Remove the line matching by a regular expression ... use a temporary file for GNU sed using the \"-i[suffix]\":
    en.kioskea.net/...sed-delete-one-or-​more-lines-from-a-file - Cached
    More results from en.kioskea.net »
  3. Browse other questions tagged regex shell unix sed awk or ask ... (exclusive of the pattern) using sed or awk. 0. ... Delete multiple lines from files using sed/awk ...
    stackoverflow.com/.../delete-lines-from-​file-with-sed-or-awk - Cached
  4. Matching patterns that span multiple lines; Using newlines in sed ... is any regular expression. Using \'sed -n /pattern/p\' to ... get file: sed_delete_line ...
    www.grymoire.com/Unix/Sed.html - Cached
  5. ... \' # matching a field against a regular expression awk ... OF CERTAIN LINES: # delete ALL blank lines from a file ... the command line, consult: \"sed & awk, ...
    www.pement.org/awk/awk1line.txt
  6. This will match line 4 in the file, delete that line, ... While matching pattern, you can use regular expression which provides more ... Usin g Multiple sed Commands:
    www.tutorialspoint.com/unix/unix-​regular-expressions.htm - Cached
  7. Dele tes the line from which matches the given pattern to end of the file. $ sed ... Delete blank Line from a file using sed. ... delete multiple lines from a file ...
    www.thegeekstuff.com/2009/09/unix-sed-​tutorial-delete... - Cached
  8. ... simpler syntax # print section of file from regular expression to end of file sed -n ... delete lines matching pattern sed ... multiple-line tags) sed ...
    sed.sourceforge.net/sed1line.txt
  9. Working with a multiline pattern space (N, D, P). Using the hold space to ... on multiple lines. Sed has the ... and Delete commands. Here\'s our test file:
    docstore.mik.ua/orelly/unix/sedawk/ch06_​01.htm - Cached
  10. I am using ksh on Sun and have a file created by concatenating ... sed pattern to delete lines containing a ... Is there a way to do this for multiple regex\'s?
    www.unix.com/shell-programming-​scripting/162097-sed... - Cached