Re: How to search particluar line in file
- From: Ed Morton <morton@xxxxxxxxxxxxxx>
- Date: Mon, 30 Jul 2007 22:26:57 -0500
moonhk wrote:
How to search particluar line in file ? My file have 2,600,000 line.
Currently, I am using head and tail
head -500000 order_sync_A.d |tail -1
head -1000000 order_sync_A.d |tail -1
head -1500000 order_sync_A.d |tail -1
...
sed -n '500000p' order_sync_A.d
Ed.
.
- Follow-Ups:
- Re: How to search particluar line in file
- From: Icarus Sparry
- Re: How to search particluar line in file
- References:
- How to search particluar line in file
- From: moonhk
- How to search particluar line in file
- Prev by Date: How to search particluar line in file
- Next by Date: problem with bash =~
- Previous by thread: How to search particluar line in file
- Next by thread: Re: How to search particluar line in file
- Index(es):