Why is there an 'f' command?
Rouben Rostamian
rostamia at umbc3.UMBC.EDU
Sat Jun 30 13:01:15 AEST 1990
On all unix systems I know of, the command 'f' is a synonym for 'finger'.
For instance, on ultrix:
% ls -il `which finger`
4241 -rwxr-xr-x 2 root 55296 May 2 1989 /usr/ucb/finger
% ls -il `which f`
4241 -rwxr-xr-x 2 root 55296 May 2 1989 /usr/ucb/f
Note that both 'f' and 'finger' refer to the same file with inode 4241.
The man page does not explain the reason for existence of 'f'. Any
ideas?
--
More information about the Comp.unix.questions
mailing list