Short: BEST cut, sort, type replacement Author: fredinou@bigfoot.com (FAR) Type: dev/e Requires: kickstart 2.0+ Architecture: m68k-amigaos cut, sort, type replacement. summary ~~~~~~~ Overview Synopsis Me It's freeware Quit ============================================================================ What For ? ---------------------------------------------------------------------------- Do you know the cut command under UNIX ? And the Tail and Head commands ? What about cat ? Text is that all. All in one but with more options. ============================================================================ Command arguments ---------------------------------------------------------------------------- Synopsis: FILE/A,COMMAND/A,LB=LINEBEGIN/N,LE=LINEEND/N,CB=COLBEGIN/N,CE=COLEND/N, SEP=SEPARATORS,PAT=LINEPATTERN,NOANSI/S,NODUP=NODUPLICATES/S,SORT/S, REVERSE/S,NOCASE/S,NUMBERS/S Parameters: GENERAL FILE/A : file to open CUT COMMAND/A : to cut the line Format "[text...][%[0-9]-[0-9][c d]...][text...]" %a-bc (characters a to b of the line) %a-bw (words a to b of the line) (words are separated by the separators %a-? (from a to end) %-b? (from beginning to b) SEP=SEPARATORS : separators of words (default : ' ,;:.!?()-''"«»\t') SORT CB=COLBEGIN/N : sort lines from column cb CE=COLEND/N : sort lines until column ce REVERSE/S : reverse order NOCASE/S : non case sensitive (case sensitive by default)\ TYPE LB=LINEBEGIN/N : display only beginning from line LB LE=LINEEND/N : display only until line LE PAT=LINEPATTERN : display only lines that match your pattern (AmigaDOS pattern) NOANSI/S : remove escape sequences NODUP=NODUPLICATES/S : don't display duplicate lines REVERSE/S : reverse display NUMBERS/S : display line numbers ============================================================================ Talking about me ... ---------------------------------------------------------------------------- There was 2 years I made these proggies and never take the time to spread it. So here it is for your convenience. Hope you will use it. You may reach me by email if u want. fredinou@bigfoot.com ============================================================================ Legal stuff ---------------------------------------------------------------------------- If you "ver" the executable you will see registered. In fact Text is registered for everybody. These modules and source are freeware. Do whatever you want with it. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ============================================================================