Python OPA Unix Code Sept 25
Join Telegram
grep -i "sw" | awk -F ";" '{version = split($1,arr,"_")if(arr[4] >3){print $1;count++ }}END {if(count == 0)print "No orders found."}'
grep -i "sw" | awk -F ";" '{version = split($1,arr,"_")if(arr[4] >3){print $1;count++ }}END {if(count == 0)print "No orders found."}'
Comments
Post a Comment