Hmmm, what would be equivalent of the information below in Windows? Those look like unix commands. Domingo ... E.g., in ... name. ... the "newline" thing...
# Hmmm, what would be equivalent of the information below in Windows? # Those look like unix commands. # > cat MemoDB.pdb |tr '\015' '\012' |grep 'TAG'...
This is probably not easily done in Windows. I would suggest installing cygwin (www.cygwin.com <http://www.cygwin.com>). Then, you can use tr and grep from the...
... They are Unix commands. There is no direct equivalent of "tr" in Windows. You can get a version of tr for Windows in either the Cygwin toolset or in the...
... Easy if you have a Windows version of "tr". :-) ... A base Cygwin install is about 60MB, and there are some quirks to contend with due to differences...
[regarding grep and tr for extracting lines from memos] ... Many unix command-line tools are available in the unxutils package. Search for "GNU unxutils" to...
Thanks for the feedback. I'm still having challenges, while implementing the below, which incidentally now looks like: pScript_98{aba:: /xM/&script[@@loe99@@]}...
Hi, Domingo. This may be moot, as I think you are really wanting to do this on the PDA, and not on Windows or Unix, but I just did a test on Windows XP. I used...
... find is a special case of grep. As you note, it's not nearly as powerful. Among other things, it does not support regular expressions. ... There have...
Dear peditors, there was a question recently on this list how to gather lines from memos for a GtD-type project review. I think this can be done in a pScript,...
... pToolset. ... as ... Your post is very intriguing, but it seems to lack the one issue I am after: can it search *all* memos and do its thing? I am told...
... That is correct. I ran some tests on Windows, and while not conclusive, it is possible to do what I want on windows. But I know that if cannot do it on...
# Your post is very intriguing, but it seems to lack the one issue I am # after: can it search *all* memos and do its thing? I am told only # Pedit can do...
... And, if the use of these particular brackets, [], presents some sort of problem, you can change them in PsLink to most any other symbol. I use ... the...
Thanks for the reply. I implemented the suggestions yet am still running into challenges. I've issolated the problem I'm trying to solve so that is just...
Hi. re- ... Well, I'm far from a pScripting expert. I do have several chained pScripts working, and generally they've required a bit of trial and error, and ...
... I notice that you have the script name 'aba' for both pScript_98 and pScript_96. If you have them named this way and pScript_96 comes before pScript_98 in...
... Yes, I agree and I missed that. One of the things that *always* messes up chained pScripts is to have an ambiguity such as two sections of the chain with ...
... Well, I think that my code proves that it is possible to search *all* memos, but this is only "in principal": For practical purposes, there are several...
... IIRC this thread started with the need to extract lines from memos and create new memos - if so, bear the following in mind WRT batch processing (from the...
Hi Guys: Just in case you want to know, most likely I am gonna keep my current TX. Although it is not at all perfect, it still have numerous nice features and...
Thanks. I was just using aba as an example, and to be extra safe I changes to ensure those references were unique. I think the problem is the syntax is the...
... Can you tell us a bit about the problems you encountered? I currently have a Tapwave Zodiac 2, which is another 320x480 device with a collapsing DIA. It...
... Even if it does, one could get around this restriction by placing all the memos one wants to create in magipad in a long list (delimited by termination...
# Can you tell us a bit about the problems you encountered? There are too many. I worked for months to make, e.g., pMasterTool DIA compatible, and it is not on...
... I'll take your word for it, since I don't have a TX and no pressing need to get one. ... I'm not sure how documenting and reporting bugs to Palm is bad ...
I'm currently struggling to wrap my mind around pScript. I'm a Unix SysAdmin, so I'm not exactly ignorant of scripting languages, and a good chunk of what I do...