Xref: utzoo comp.unix.questions:5099 comp.dcom.modems:1224 Path: utzoo!utgpu!water!watmath!clyde!rutgers!mcnc!ece-csc!ncrcae!sauron!wescott From: wescott@sauron.Columbia.NCR.COM (Mike Wescott) Newsgroups: comp.unix.questions,comp.dcom.modems Subject: Re: Manual connecting with Honey Danbar Message-ID: <1003@sauron.Columbia.NCR.COM> Date: 20 Jan 88 22:20:24 GMT References: <461@wa3wbu.UUCP> Reply-To: wescott@sauron.Columbia.NCR.COM (Mike Wescott) Organization: Entry Level Systems Development, NCR Corp., Columbia, SC Lines: 22 In article <461@wa3wbu.UUCP> john@wa3wbu.UUCP (John Gayman) writes: > > ...I've used > Uutry and it does about what I want but is accompanied by screens full > of debugging information. I would just like to quietly and simply issue > a manual "poll" of a system. Any ideas ?? Thanks. Uutry is just a shell script. Copy it to your private bin directory and edit it to your hearts content. Or if you use Bourne of Korn shells set up a shell function that has as its innards most of Uutry (if you want to get fancy) or try this one. poll() { rm -f /usr/spool/uucp/.Status/$i /usr/lib/uucp/uucico -r1 -s$1 & } -Mike Wescott -- -Mike Wescott wescott@ncrcae.Columbia.NCR.COM