Search found 3 matches

by ADougRay
Tue Aug 09, 2005 8:44 pm
Forum: General
Topic: Regular Expressions not working OK for me
Replies: 2
Views: 345

Thanks

That explains it. I do a bit of UNIX work but more BASh or KSh instead of POSIX. When you put it in those terms, it makes sense.

Thanks again,
Doug Ray
by ADougRay
Tue Aug 09, 2005 3:31 pm
Forum: General
Topic: Regular Expressions not working OK for me
Replies: 2
Views: 345

Regular Expressions not working OK for me

Hi,

I have a file where I differentiate between strings and characters such that strings are delimited by double quotes and characters are delimited by single quotes. Not too tricky and kind of standard. For example "String" versus 'S'.

I wanted to change every occurance of '*'. to "*". and then ...
by ADougRay
Wed Mar 02, 2005 6:14 pm
Forum: General
Topic: Editing UNIX .name files
Replies: 3
Views: 542

Editing UNIX .name files

Hi,

I did a quick search for this and didn't find anything that looked like a match so I'm posting this question. Sorry if I missed an old answer.

I am using TextPad to work with UNIX files and have semi-automated a way to get and put files between UNIX and my PC using ftp. I retrieved the TextPad ...