Richard Kettlewell <[EMAIL PROTECTED]> writes: > hosts=(valour cushioned myrddin tacitus chiark \ > mercury.elmailer.net wigwam.elmail.co.uk sunsite.doc.ic.ac.uk \ > ftp.uu.net ftp.sendmail.org tlingit.elmail.co.uk) > ssh=(chiark) > compctl -k ssh ssh > compctl -k hosts telnet ftp rlogin rsh ping traceroute > compctl -k hosts -f rcp scp
And I'll add my favorite: compctl -x "n[1,~]" -u -S "/" - "n[1,//]" -k hosts -S "/" - "s[]" \ -f -k "(http:// ftp:// gopher:// telnet:// wais://)" -S "" \ -- lynx Mosaic netscape compctl -x "n[1,~]" -u -S "/" - "n[1,//]" -k hosts -S "/" - "s[]" \ -k "(http:// ftp://)" -S "" -- wget rftp -- Tomislav Vujec [EMAIL PROTECTED] --------------------------------------------------------------- To understand recursion, one must first understand recursion...