Finding where Python is on a Unix server through Telnet?
Andrew M. Kuchling
akuchlin at mems-exchange.org
Sun Jan 2 13:59:15 EST 2000
More information about the Python-list mailing list
Sun Jan 2 13:59:15 EST 2000
- Previous message (by thread): Finding where Python is on a Unix server through Telnet?
- Next message (by thread): Finding where Python is on a Unix server through Telnet?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Donn Cave <donn at oz.net> writes: > "locate" is a new one on me, not available on Digital UNIX. It's a GNU program, so probably most common on the free Unixes. A cron job runs a script that builds an index of all the files on the machine, and the "locate" command then looks through this index. Source at ftp.mkintraweb.com/pub/linux/slocate/. -- A.M. Kuchling http://starship.python.net/crew/amk/ Guards! Guards! Stop this madman! He's turning everyone into monkeys! -- A sudden intrusion, in ZOT! #1
- Previous message (by thread): Finding where Python is on a Unix server through Telnet?
- Next message (by thread): Finding where Python is on a Unix server through Telnet?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list