![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| need solution for this quickly. please quickly. | p.palakj.shah | UNIX for Dummies Questions & Answers | 5 | 04-17-2008 04:27 AM |
| WRT counter show me that line from a txt file | user_prady | High Level Programming | 6 | 02-07-2008 02:20 AM |
| Email to show only summary line | gio001 | UNIX for Dummies Questions & Answers | 0 | 11-20-2007 02:32 PM |
| Need ls to show number of lines in each file | GMMike | UNIX for Dummies Questions & Answers | 1 | 11-19-2004 05:53 AM |
| Making Emacs to show line number | saurya_s | UNIX for Dummies Questions & Answers | 9 | 01-28-2004 01:32 PM |
|
|
LinkBack | Thread Tools | Search this Thread |
Rating:
|
Display Modes |
|
||||
|
How to quickly show Nth line from the file
Hi all, How can I quickly show Nth line from the huge file(at least more than 15GB)? I used the following script but seems slower. See 2717298 th line. Code:
head -2717298 data0802.dat | tail -1 Thank you very much |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|