| Search: This Site | People | Departments | Penn State |
![]() |
![]() |
| contact | PRI news | directory | sitemap | home |
To strip off 50 records use:
zcat file.Z | head -50 > new
file.Z is the name of your compressed file
new is the name of the file with the 50 records