Remove lines from a file: Difference between revisions

m
→‎{{header|REXX}}: added section header notes. -- ~~~~
(→‎{{header|REXX}}: added the REXX language. -- ~~~~)
m (→‎{{header|REXX}}: added section header notes. -- ~~~~)
Line 490:
paddy@paddy-ThinkPad-T61:~$ </pre>
=={{header|REXX}}==
This example is operating system dependent as this program uses the ERASE and RENAME commands.
<lang rexx>/*REXX program to read a specified file and delete specified record(s). */
parse arg iFID ',' at ',' many /*input FID, del start, how many.*/