Re: delete last line



pablo typed (on Thu, Jan 10, 2008 at 02:03:03PM -0800):
| how can I delete the last line of a text file from the command line ?
|
| I mean only last line

sed '$d' in.file > out.file

--
JP
.