LINES _ Extract First/Last # lines of Text _ Version 1.10 --------------------------------------------------------- Copyright (C) 1995 by Bjarne Duelund Nielsen SYNTAX: LINES File.Txt -F|-L #lines [-D] LINES File.Txt -F 15 Extract first 15 lines LINES File.Txt -L 20 Extract last 20 lines LINES File.Txt -L 20 -D Last 20 lines and Delete source LINES ... -L 20 Last 20 lines, read default Input EXAMPLE: LINES Test.txt -F 20 | LINES ... -L 10 > Test2.txt will extract line 11-20 from Test.txt to Test2.txt Freeware _ You are free to use and copy this program non-commercial Email: duelund@danbbs.dk