Displaying 1 result from an estimated 1 matches for "computer_".
Did you mean:
computer
2004 Aug 25
1
PDF printing with printing = CUPS
...GIN_ER" >> $LOGFILE
echo "User's HomeDir is: $HOMEDIR_ER" >> $LOGFILE
echo "" >> $LOGFILE
PID_ER=`echo $ORIGIN_ER | cut -f1 -d ' '`
USERID_ER=`echo $ORIGIN_ER | cut -f2 -d ' '`
GROUPID_ER=`echo $ORIGIN_ER | cut -f3 -d ' '`
COMPUTER_ER=`echo $ORIGIN_ER | cut -f4 -d ' '`
IP_ER=`echo $ORIGIN_ER | cut -f5 -d ' ' | sed 's/(//' | sed 's/)//'`
echo "PID is: $PID_ER" >> $LOGFILE
echo "UserID is: $USERID_ER" >> $LOGFILE
echo "Group ID is: $GROUPID_ER" >>...