[SunHELP] stty erase

Big Endian sunhelp at sunhelp.org
Thu Mar 29 06:36:32 CST 2001


This might not work for solaris awk.  I know it works for GNU awk.

>
>
>TTY=`tty | cut -c 6-`
>who | grep $TTY | awk 'BEGIN { FS="(" } {print $2}' | cut -d . -f 1
>
who|grep $TTY |awk -F "(" '{print$2}"| cut -d . -f 1



More information about the SunHELP mailing list