Google Groups Home
Help | Sign in
Help! Need TextEditor...
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Petersen, Vegard Krog  
View profile
 More options Oct 6, 6:29 am
Newsgroups: alt.comp.freeware
From: "Petersen, Vegard Krog" <vegard_krog_peter...@hotmail.com>
Date: Mon, 06 Oct 2008 12:29:30 +0200
Local: Mon, Oct 6 2008 6:29 am
Subject: Help! Need TextEditor...

..to the this: In a text file with 3.251.662 lines let me easy mark all
lines from 1 to 1.000.000 and then save these lines as a new file.

I have NotePad++ (http://notepad-plus.sourceforge.net/) and it might be
able to do this, but I can't figure out how. Markingd an crolling with
the mosue will takes *ages*!

Can anybody help? Needed the answer yesterday... ;-)

Thanks in advance!

Vegard Krog Petersen, Norway


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
rich  
View profile
 More options Oct 6, 7:54 am
Newsgroups: alt.comp.freeware
From: rich <r...@nohome.com>
Date: Mon, 06 Oct 2008 11:54:32 GMT
Local: Mon, Oct 6 2008 7:54 am
Subject: Re: Help! Need TextEditor...

On Mon, 06 Oct 2008 12:29:30 +0200, Petersen, Vegard Krog wrote:
> ..to the this: In a text file with 3.251.662 lines let me easy mark all
> lines from 1 to 1.000.000 and then save these lines as a new file.

> I have NotePad++ (http://notepad-plus.sourceforge.net/) and it might be
> able to do this, but I can't figure out how. Markingd an crolling with
> the mosue will takes *ages*!

> Can anybody help? Needed the answer yesterday... ;-)

> Thanks in advance!

> Vegard Krog Petersen, Norway

Possibly vim will do the job (although it is horrible to use)
http://www.vim.org/

A review of editors (mixture of payware and freeware)
http://www.donationcoder.com/Reviews/Archive/TextEditor/index.html

--
rich


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Bjorn S.  
View profile
 More options Oct 6, 7:56 am
Newsgroups: alt.comp.freeware
From: Bjorn S. <bsuse...@broadpark.no>
Date: Mon, 06 Oct 2008 13:56:43 +0200
Local: Mon, Oct 6 2008 7:56 am
Subject: Re: Help! Need TextEditor...
Petersen, Vegard Krog wrote in
<gccpaa$h1...@registered.motzarella.org>
(Mon, 06 Oct 2008 12:29:30 +0200):

>..to the this: In a text file with 3.251.662 lines let me easy mark all
>lines from 1 to 1.000.000 and then save these lines as a new file.

>I have NotePad++ (http://notepad-plus.sourceforge.net/) and it might be
>able to do this, but I can't figure out how. Markingd an crolling with
>the mosue will takes *ages*!

Use the keyboard.  In notepad+++, CTRL+G (go to line) enter 1000001.
Then hold down CTRL+SHIFT and press HOME key. Then copy (or cut), open
new file, past.

--
All the best,
Bjorn


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Bjorn S.  
View profile
 More options Oct 6, 8:21 am
Newsgroups: alt.comp.freeware
From: Bjorn S. <bsuse...@broadpark.no>
Date: Mon, 06 Oct 2008 14:21:32 +0200
Local: Mon, Oct 6 2008 8:21 am
Subject: Re: Help! Need TextEditor...
Bjorn S. wrote in <nvuje4pqk7agkli8md6ajej8je1rkn6...@4ax.com>
(Mon, 06 Oct 2008 13:56:43 +0200):

>Petersen, Vegard Krog wrote in
><gccpaa$h1...@registered.motzarella.org>
>(Mon, 06 Oct 2008 12:29:30 +0200):

>>..to the this: In a text file with 3.251.662 lines let me easy mark all
>>lines from 1 to 1.000.000 and then save these lines as a new file.

>>I have NotePad++ (http://notepad-plus.sourceforge.net/) and it might be
>>able to do this, but I can't figure out how. Markingd an crolling with
>>the mosue will takes *ages*!

>Use the keyboard.  In notepad+++, CTRL+G (go to line) enter 1000001.
>Then hold down CTRL+SHIFT and press HOME key. Then copy (or cut), open
>new file, past.

Or if you have multiple files, you could use a stream editor like SED
to "print" any number of lines.

See Eric Pement's site for more info:

sed . . . the stream editor
http://student.northpark.edu/pemente/sed/

and his compiled:
USEFUL ONE-LINE SCRIPTS FOR SED
http://sed.sourceforge.net/sed1line.txt

--
All the best,
Bjorn S.


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Petersen, Vegard Krog  
View profile
 More options Oct 6, 8:57 am
Newsgroups: alt.comp.freeware
From: "Petersen, Vegard Krog" <vegard_krog_peter...@hotmail.com>
Date: Mon, 06 Oct 2008 14:57:04 +0200
Local: Mon, Oct 6 2008 8:57 am
Subject: Re: Help! Need TextEditor...
Bjorn S. skrev:

> Petersen, Vegard Krog wrote in
> <gccpaa$h1...@registered.motzarella.org>
> (Mon, 06 Oct 2008 12:29:30 +0200):

>> ..to the this: In a text file with 3.251.662 lines let me easy mark all
>> lines from 1 to 1.000.000 and then save these lines as a new file.

>> I have NotePad++ (http://notepad-plus.sourceforge.net/) and it might be
>> able to do this, but I can't figure out how. Markingd an crolling with
>> the mosue will takes *ages*!

> Use the keyboard.  In notepad+++, CTRL+G (go to line) enter 1000001.
> Then hold down CTRL+SHIFT and press HOME key. Then copy (or cut), open
> new file, past.

Bjorn: You're my hero! :-) Big thanks

regards from Vegard Krog Petersen, Norway


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google