cssmerge 20040221-BlameYokohama-auto.1
cssmerge - merge two .css files
cssmerge outputfile (output .css file name) inputfile (input .css file name) [-v (verbose reporting)] [-s NNNN (new file length)]
cssmerge merges the two .css files given in the arguments, and writes the result to the first file.
The file in the first argument will be created if it doesn't exist, and overwritten if already existing. So, if you care about your old output .css file, make a copy somewhere else first. The file in the second argument must already exist.
The length of the two .css files doesn't matter: merging two .css files of different length is allowed.
You can also expand (or contract) a .css file this way: rename the old file, and allow a new one to be created with learnspam or learnnonspam while using the '-s nnnnnnnnn' s(lots) flag to set the number of feature slots desired in the new file. Then cssmerge your old file into the fresh new file, and all is well.
The CRM114 homepage is at http://crm114.sf.net/ .
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program (see COPYING); if not, check with http://www.gnu.org/copyleft/gpl.html or write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.