deleting all groups from a certain server
Dan Jacobson <[email protected]> Sun, 07 Dec 2003 08:03:05 +0800
| Newsgroups | gmane.network.noffle.user |
|---|---|
| Message-ID | <[email protected]> |
Experiments on deleting all groups that belong to a certain server:
# noffle -g|awk '$2~/sinica/{print $1}'|xargs -n 1 noffle -D
Oops, duh, reading and writing to the database at the same time.
# noffle -g|awk '$2~/sinica/{print $1}'>tmp
# < tmp xargs -n 1 noffle -D; rm tmp
Works, but probably better ways.
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/