What is the equivalent of Solaris's cu command in Linux?

link|improve this question
feedback

migrated from stackoverflow.com Aug 19 '10 at 12:20

This question came from our site for professional and enthusiast programmers.

2 Answers

It's called cu

link|improve this answer
in linux there is no manual page for cu command ..(cu coomand is not there in linux) – Anonymous Aug 19 '10 at 11:49
3  
That link is to a Linux manual page for cu. You don't see it because you haven't installed the package yet, but Debian and Ubuntu both have cu packages. – Paul Tomblin Aug 19 '10 at 12:19
feedback

cu is part of the UUCP suite. So look for for a package named uucp, tuucp or taylor-uucp if cu is not available as a seperate package for your distribution.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown