On Wed, 1 Mar 2000, Alfred Perlstein wrote:

>I used to have a shell script to do this, but i don't know where it
>went.
>
>-- 
>-Alfred Perlstein - [[EMAIL PROTECTED]|[EMAIL PROTECTED]]

I do! (line is wrapped)

#!/bin/sh
ipcs | sed "s/[       ][      ]*/ /g" | cut -f 2 -d" " | sed
"s/[^0-9]//g" | xargs -t -n 1 ipcrm -m 




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to