Build precise queries to find exactly what you need
Press ESC to close
@it-praktyk
Favorites0
Views
Projects0
Proposed updates CPU_DAYS=`if [[ $UTIME != *-* ]]; then echo "0"; else echo $UTIME | awk -F"-" '{print $1}'; fi` RUN_DAYS=`if [[ $ETIME != *-* ]]; then echo "0"; else echo $ETIME | awk -F"-" '{print $1}'; fi`
Reviewed 6 years ago