HP3000-L Archives

November 2008, Week 2

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Paul Raulerson <[log in to unmask]>
Reply To:
Paul Raulerson <[log in to unmask]>
Date:
Sun, 9 Nov 2008 03:47:08 -0600
Content-Type:
text/plain
Parts/Attachments:
text/plain (42 lines)
I had not thought about using the Posix/UNIX tools. I must admit, I  
wound up ftping the file off the machine,
bringing it up in my normal editor, then sending it back. That took  
about 90 seconds. :)

I have got to figure out how to get Samba running on Telzy.

  Or if I had a C compiler, I could try to port THE over. :)

-Paul

On Nov 9, 2008, at 3:35 AM, Lars Appel wrote:

> Paul,
>
> two possible approaches come to my mind, even if without QEDIT...
>
> :xeq /bin/tr &
> :  "'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'" <IN  
> >OUT
>
> :xeq /bin/awk &
> :  "'{print toupper($0)}'" <IN >OUT
>
> The two syntax examples are for using the Posix tools from the MPE
> prompt and assume the input file is named IN. The output will be to
> a TEMP file named OUT, so you may want to :SAVE OUT afterwards.
>
> (The long lines have been wrapped with & continuation for  
> readability).
>
> The syntax for using tr and awk from the shell is pretty similar.
> Just omit the xeq command and the extra pair of " qoute characters.
>
> Lars.
>
> * To join/leave the list, search archives, change list settings, *
> * etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2