Answers for "greater than certain value from pipe shell"

0

greater than certain value from pipe shell

| awk -F: '{if($2>10)print$2}'
Posted by: Guest on April-29-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language