[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
cl [OPTIONS]
Three options can be used to format output :
cl
is used to print connexion list.
`-u' is used to print the name of the user who is connected.
$ dio87c -- cc 3 $ dio87c -- cl 192.168.30.26 1998 192.168.30.114 4205 127.0.0.1 3890 $ $ dio87c -- cl -u 192.168.30.26 1998 dom 192.168.30.114 4205 anne 127.0.0.1 3891 admin $ |