The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




Thread: tail command..
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 06-02-2006
amon amon is offline
Registered User
  
 

Join Date: Jan 2006
Posts: 71
tail command..

I was wondering how can I do this

I have file myfile.txt

wc -l is: 5 000 000

I have to remove first 1 000 000 lines from header..

I tryed with tail -4000000 myfile.txt>newfile.txt

but it does not work...

any help??