12.05.2010 00:33, Rui Miguel Silva Seabra пишет:
> If you want to delete all:
>
> opimd-cli m query | awk '/EntryId/ { print $2 }' | tac | while read ID ;
> do opimd-cli m delete $ID ; done
There is no tac installed in my shr-t so I used this one:
opimd-cli m query | grep EntryId |awk '{ print "opimd-cli m delete "$2}' >
/tmp/mess-fix.sh
After this - edit /tmp/mess-fix.sh to remove ids of messages which are needed
and
sh /tmp/mess-fix.sh
That's quick-and-dirty but it works fine.
Btw, do you know where "you storage full" message come from - what the hell this
limit is about?
best,
Max.
_______________________________________________
Shr-devel mailing list
[email protected]
http://lists.shr-project.org/mailman/listinfo/shr-devel