[Linux/Unix] Delete Semaphore ipcs -s | awk '$3 == ""{print $2, $3}' | awk '{print $1}' | while read i; do ipcrm sem $i;done IT/Unix 2016.03.22