1 03/11/76 ignore, ign 2 3 Function: The ignore command discards line-numbered information in the 4 alter file rather than merging with information already stored as part 5 of the current file. Generally, the alter file contains all 6 line-numbered information entered since the user last executed a 7 command that caused the alter file to be merged with the current file, 8 such as new, old, or replace. The contents of the alter file can be 9 examined using the list command. 10 11 12 Syntax: ignore 13 14 15 Example: 16 17 ! new new_file 18 ready 1120 19 20 21 ! 100 new text 22 ! 110 is in the alter 23 ! 120 file 24 ! save 25 ready 1120 26 27 28 ! 200 old text is 29 ! 210 in the current 30 ! 120 file now 31 ! replace 32 ready 1120 33 34 35 ! 220 file now 36 ! 230 and also 37 ! list alter 38 39 alter 11/07/75 1121.3 mst Fri 40 41 42 220 file now 43 230 and also 44 ready 1121 45 46 47 ! ignore 48 ready 1121 49 50 51 ! 220 file today 52 ! replace 53 ready 1121 54 55 ! lisn current 56 100 new text 57 110 is in the alter 58 120 file now 59 200 old text is 60 210 in the current 61 220 file today 62 ready 1121