[Oberon] Re (2): Re (2): Re (2): Streams.

peter at easthope.ca peter at easthope.ca
Tue May 4 15:53:38 CEST 2021


From:	eas lab <lab.eas at gmail.com>
Date:	Tue, 4 May 2021 00:18:55 -0400
> Can aos do:
>  list the 22 most recentcy-ordered
>  including <dotted files> in /tmp ?
> eg.*nix:   ls -ta /tmp | head -22

Your *nix system should be firewalled.  If not install Shorewall.

In /etc/inetd.conf comment out
#telnet stream  tcp  nowait  telnetd  /usr/sbin/tcpd    /usr/sbin/in.telnetd
and add this.
telnet  stream  tcp  nowait  eas  /usr/sbin/tcpd  /usr/sbin/telnetd -E bin/bash

In the Oberon subsystem, a console is opened without a password.

Desktops.OpenDoc telnet://localhost

There do the linux command.

ls -ta /tmp | head -22

ls -ta /path/to/any/directory | head -22

Etc.

A2 also has Tools > Serial Terminal which should connect to localhost 
and accept commands.

Regards,                ... P.L.

-- 
tel: +1 604 670 0140            Bcc: peter at easthope. ca



More information about the Oberon mailing list