Hello,
I am not expert in perl, I have found one command
# ipcs -s | grep nobody | perl -e 'while (<STDIN>) { @a=split(/\s+/); print `ipcrm sem $a[1]`}'
any idea what it will do?
I am not expert in perl, I have found one command
# ipcs -s | grep nobody | perl -e 'while (<STDIN>) { @a=split(/\s+/); print `ipcrm sem $a[1]`}'
any idea what it will do?