The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
delete n last lines of a file
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Portal
Register
Forum Rules
FAQ
Contribute
Members List
Arcade
Search
Today's Posts
Mark Forums Read
Thread
:
delete n last lines of a file
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
3
(
permalink
)
04-18-2008
ghostdog74
Registered User
Join Date: Sep 2006
Posts: 1,542
if you have a better head
Code:
head -n -10 file
ghostdog74
View Public Profile
Find all posts by ghostdog74