
02-28-2007
|
|
Registered User
|
|
|
Join Date: Jan 2007
Posts: 384
|
|
Quote:
|
Originally Posted by rohini
Hi,
Need to delete a line from a file, file is too large so cannot use vi.
I know the line number that has to be deleted...
How can this be done ?
|
sed <linenum>d file > file2
|