Displaying 1 result from an estimated 1 matches for "groupid_er".
2004 Aug 25
1
PDF printing with printing = CUPS
...uot; >> $LOGFILE
echo "Origin is from: $ORIGIN_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" >> $LOGF...