Ask a Question related to SCO, Design and Development.
-
Enrique Arredondo #1
how to cut the top line of a file ?
It's monday my mind can't think! Please help me remember the command that
will cut the first line off any given file.
Enrique Arredondo Guest
-
Reading Last Line in a Txt File
Hi, I'm trying to read the last line in a file using "ASFileRead" function. Im having trouble specifying the last parameter which counts the... -
How to read a pdf file line by line through IAC
Hi, I don't know how to read a pdf file line by line through IAC(InterAppCommunication) . I tried with "PDEContent" but now i come to know that,... -
Current Line in an ASP File
Dear Group: ASPError object gives the current line where error occurred. Is there a way to find out the line where Err.Number became non-zero due... -
CUt first and last line from a file (DATA)
Not tested While (<file>){ my @record = split /\|/; next unless ($record); # go to next line if all 7 fields are not populated ..... } -
CUt first and last line from a file
I'm parsing every file in a directory, cutting whitespace out (per a previous request) and so far it is working great, but I have come across a... -
scriptOmatic #2
Re: how to cut the top line of a file ?
Enrique Arredondo wrote:
man head>
> It's monday my mind can't think! Please help me remember the command that
> will cut the first line off any given file.
--
[url]http://ftp.opensysmon.com[/url] is a shell script archive site with an
open source system monitoring and network monitoring software package.
Many platforms are supplied already compiled.
scriptOmatic Guest
-
tony@aplawrence.com #3
Re: how to cut the top line of a file ?
Enrique Arredondo <atk@sbcglobal.net> wrote:
sed '1d'>It's monday my mind can't think! Please help me remember the command that
>will cut the first line off any given file.
--
[email]tony@aplawrence.com[/email] Unix/Linux/Mac OS X resources: [url]http://aplawrence.com[/url]
Get paid for writing about tech: [url]http://aplawrence.com/publish.html[/url]
tony@aplawrence.com Guest



Reply With Quote

