File: psstrip

package info (click to toggle)
dvi2ps 5.1j-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,428 kB
  • sloc: ansic: 15,077; sh: 10,353; makefile: 158
file content (4 lines) | stat: -rwxr-xr-x 154 bytes parent folder | download | duplicates (13)
1
2
3
4
#!/bin/sh
# Strip comments in PostScript program.
# It is assumed that string does not contain %
sed -e '2,$s/[ 	]*%.*//' -e '/^[ 	]*$/d' -e 's/^[ 	]*//'