[deutsch] [english]

Skript file: /~heha/hs_freeware/nice_rc.zip[Download]/nice_dsp.awk

Show line numbers
# Bereinigt MSVC-generierte PRJ-Dateien von überflüssigem Ballast

/# \*\* /{		# discard line "do not edit"
 next;
}

/^!MESSAGE/ {		# discard lines beginning with "!MESSAGE"
 if ($2 ~ /^"/) print;	# except project names
 next;
}

/^# (PROP|ADD) BASE/ {	# discard lines beginning with "# PROP BASE" or "# ADD BASE"
 next;
}

{			# pipe thru all other lines
 print;
}
Detected encoding: ANSI (CP1252)4
Wrong umlauts? - Assume file is ANSI (CP1252) encoded
Assume file is OEM (CP437) encoded