Search found 4 matches

by samahita
Mon Jun 04, 2012 7:35 am
Forum: General
Topic: textpad6 'forgets' old search and replace terms?
Replies: 12
Views: 2517

textpad6 'forgets' old search and replace terms?

textpad5 remembered earlier used search and replace terms in the scroll-down menu right of the terms windows. Now these are always empty after restarting textpad6. How to redo remembering old search and replace terms in textpad6 even after restarting?
by samahita
Wed Feb 22, 2006 7:11 am
Forum: General
Topic: Foreach option ? Multiple find & replace in multiple fil
Replies: 4
Views: 757

Unix in Windows

Thanx.

Have just downloaded Cygwin:
http://www.cygwin.com/
which also seems to be able to
emulate most unix commands.
by samahita
Tue Feb 21, 2006 8:10 am
Forum: General
Topic: Foreach option ? Multiple find & replace in multiple fil
Replies: 4
Views: 757

Shell script for windows ?

Thanx for info.

Is there a csh, nawk, sed etc. emulator for windows XP ?

If so where ?

Thanx in advance :?
by samahita
Mon Feb 20, 2006 7:26 am
Forum: General
Topic: Foreach option ? Multiple find & replace in multiple fil
Replies: 4
Views: 757

Foreach option ? Multiple find & replace in multiple fil

Friends:

I have a list (file1) of ~1300 words ($1) I wish to replace
to ~1300 other words ($2) in 22 different files...

I csh a foreach i cat file1 | sed {} etc. command would do it.

Can textpad4 do such foreach loop? I have tried a macro
to find and replace each word in each open file,
but I ...