We Recommend

C++ The Core Language C++ The Core Language
C++: The Core Language is for C programmers transitioning to C++. It's designed to get readers up to speed quickly by covering an essential subset of the language. The subset consists of features without which it's just not C++, and a handful of others that make it a reasonably useful language.


Posted By

buscarini on 01/25/07


Tagged

xargs


Versions (?)


Who likes this?

2 people have marked this snippet as a favorite

yuconner
copyleft


Borrar todos los semáforos en un sistema unix


Published in: C++ 


  1. ipcs | gawk '{ if(($2+1!=1)&&($3=="root")) print $2 }'| xargs -l1 ipcrm -s

Report this snippet 

You need to login to post a comment.