Short:        Extracts and or deletes the first line of a textfile
Author:       Fredrik Rambris (fredrik.rambris@amiga.nu)
Uploader:     Fredrik Rambris (fredrik rambris amiga nu)
Type:         util/cli
Version:      1.0
Architecture: m68k-amigaos

 Background
¯¯¯¯¯¯¯¯¯¯¯¯
I wanted to create a script that downloaded files and that could be
aborted. When rerun it was supposed to continue where it stopped and so did
this program born.

 Usage
¯¯¯¯¯¯¯
Firstline <Textfile> [DELETE] [QUIET]

Ex. FirstLine Ram:MyTextfile.txt DELETE
this opens the file, extracts the first line, displays it , removes it from
the file and then close and exists.

QUIET just kills all output.


Have fun!