Build precise queries to find exactly what you need
Press ESC to close
@Benj
Member Since: September 21, 2012
Favorites0
Views
Projects0
./check_file.sh: line 64: 0: command not found when the result of the script should give me the ok result (files are newer and bigger than the arguments)... What's the problem with this case ? [[ $TDIFm -lt $FMXT ]] && $((NEWC++)) && CRIT='no' [[ $SIZE -lt $FSZM ]] && WARN='yes'
Reviewed 13 years ago