Displaying 2 results from an estimated 2 matches for "isdiff".
Did you mean:
  bsdiff
  
2015 Mar 09
0
Outlook 2013/2010 nightmare #2
...-l`
   if [ "${MORE_THAN_1}" -gt "1" ]
   then
       # echo "${THIS_USER} has more than one"
       ls ${THIS_USER}/mail/mail >${THIS_USER}/subcount
       if [ ! -f ${THIS_USER}/subcount_last ]
       then
           >${THIS_USER}/subcount_last
       fi
       ISDIFF=`diff ${THIS_USER}/subcount ${THIS_USER}/subcount_last | 
wc -l | awk '{print $1}'`
       if [ "${ISDIFF}" -gt "0" ]
       then
           # echo "Is Different"
           ls ${THIS_USER}/mail/mail >${THIS_USER}/subscription_tmp
           >${THIS_USER}...
2015 Mar 10
2
Outlook 2013/2010 nightmare #2
...hen
>>        # echo "${THIS_USER} has more than one"
>>        ls ${THIS_USER}/mail/mail >${THIS_USER}/subcount
>>        if [ ! -f ${THIS_USER}/subcount_last ]
>>        then
>>            >${THIS_USER}/subcount_last
>>        fi
>>        ISDIFF=`diff ${THIS_USER}/subcount ${THIS_USER}/subcount_last |
>> wc -l | awk '{print $1}'`
>>        if [ "${ISDIFF}" -gt "0" ]
>>        then
>>            # echo "Is Different"
>>            ls ${THIS_USER}/mail/mail >${THIS_USER}/...