Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!floyd!harpo!decvax!cca!ima!inmet!scarton From: scarton@inmet.UUCP Newsgroups: net.unix-wizards Subject: Re: /usr/ucb/u - (nf) Message-ID: <1172@inmet.UUCP> Date: Thu, 29-Mar-84 00:03:48 EST Article-I.D.: inmet.1172 Posted: Thu Mar 29 00:03:48 1984 Date-Received: Fri, 30-Mar-84 02:13:31 EST Lines: 8 #R:linus:-83100:inmet:10300012:000:339 inmet!scarton Mar 27 16:56:00 1984 I believe that the `/usr/ucb/u' command is nothing more than a link to the `w' command with a different name. If you look at the source to `w', it sets the variable firstchar to the first character of the command name. If firstchar == 'u', it then only prints the header information displayed by `w'. Two commands for the price of one.