Python OPA Unix Code 25-09-20

 

 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."
}'

Click here to See Python Code




Comments