Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^3: Deleting first and last lines of a text file

by Bloodnok (Vicar)
on May 16, 2014 at 11:19 UTC ( [id://1086292]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Deleting first and last lines of a text file
in thread Deleting first and last TWO(2) lines of a text file

Works for me ...
$ sed -e '1d;$d' jaxws/src/share/jaxws_classes/com/sun/xml/internal/me +ssaging/saaj/soap/SOAPDocumentFragment.java > t $ diff jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/sa +aj/soap/SOAPDocumentFragment.java t 1d0 < /* 45d43 < }
Does your file have a newline as the last character ? You'll experience problems if not.

A user level that continues to overstate my experience :-))

Replies are listed 'Best First'.
Re^4: Deleting first and last lines of a text file
by vsmeruga (Acolyte) on May 16, 2014 at 12:31 UTC
    I am not seeing any characters at the end of the line when I open in edit plus

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1086292]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (6)
As of 2024-04-25 10:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found