Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

diffpp(1) [suse man page]

DIFFPP(1)							      DIFFPP								 DIFFPP(1)

NAME
diffpp - pretty-print diff outputs with GNU enscript SYNOPSIS
diffpp currentfile < diff-file DESCRIPTION
Diffpp converts diff(1)-program's output files to a format suitable to be printed with GNU enscript(1). Program annotates the changes with enscript's special escapes so enscript can highlight the modified portions of the file. All changed and added lines are printed with gray-background, deleted lines are marked with minus (`-') characters; diffpp prints one minus character for each deleted line. EXAMPLES
The easiest way to use diffpp is to use it as an input filter for enscript. If an input filter is specified for enscript it is used to pre-process the incoming data-stream. Filtering does not alter any header strings or file-timestamps which might be printed on enscript headers; only the incoming data is modified. enscript -G2re --filter='rcsdiff %s | diffpp %s' *.c *.h Print the changes between current source files and their latest RCS-versions. enscript -G2re --filter='diff %s~ %s | diffpp %s' *.c *.h Print changes between source files and the corresponding backup-files. SEE ALSO
diff(1), enscript(1) AUTHOR
Markku Rossi <mtr@iki.fi> <http://www.iki.fi/~mtr/> DIFFPP
Jan 29, 1997 DIFFPP(1)

Check Out this Related Man Page

DIFFPP(1)							      DIFFPP								 DIFFPP(1)

NAME
diffpp - pretty-print diff outputs with GNU enscript SYNOPSIS
diffpp currentfile < diff-file DESCRIPTION
Diffpp converts diff(1)-program's output files to a format suitable to be printed with GNU enscript(1). Program annotates the changes with enscript's special escapes so enscript can highlight the modified portions of the file. All changed and added lines are printed with gray-background, deleted lines are marked with minus (`-') characters; diffpp prints one minus character for each deleted line. EXAMPLES
The easiest way to use diffpp is to use it as an input filter for enscript. If an input filter is specified for enscript it is used to pre-process the incoming data-stream. Filtering does not alter any header strings or file-timestamps which might be printed on enscript headers; only the incoming data is modified. enscript -G2re --filter='rcsdiff %s | diffpp %s' *.c *.h Print the changes between current source files and their latest RCS-versions. enscript -G2re --filter='diff %s~ %s | diffpp %s' *.c *.h Print changes between source files and the corresponding backup-files. SEE ALSO
diff(1), enscript(1) AUTHOR
Markku Rossi <mtr@iki.fi> <http://www.iki.fi/~mtr/> DIFFPP
Jan 29, 1997 DIFFPP(1)
Man Page

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Enscript

I'm trying to print a perlscript file from nedit using the enscript command. It reads as follows: enscript -dbigbird -R -G -b"my_perl_script.pl" This is the printer command line when I print from nedit. I also have the language set to perl under preferences. This allows me to view comments... (1 Reply)
Discussion started by: mirzabhai
1 Replies

2. UNIX for Dummies Questions & Answers

Can I print ps file using enscript?

Hi, I have ps file, I want to print with diffrent font, is it possible to print like this? enscript -fCourier9 test.ps how to find enscript is installed or not? if I enter man enscript I am able to see the documentation, but if I try enscript -fCourier9 test.ps I am getting ksh:... (1 Reply)
Discussion started by: redlotus72
1 Replies

3. UNIX for Dummies Questions & Answers

Problem in enscript???

hi, I am trying to print ps file.. using ENSCRIPT='-fHelvetica10' PE51_217685.ps but I am getting followinf error.. any idea? It was printing if I use lpr command, i need to font externally.. So I am using enscript.. but...!!! PE51_217685.ps: %!PS-Adobe-3.0: not found... (7 Replies)
Discussion started by: redlotus72
7 Replies

4. Shell Programming and Scripting

filter and get the latest order number

hello, how can I filter and get the latest order number (last five digits) below: input file: johnmm00001 maryyy00121 johnm100222 johnmm00003 maryyy00122 output file: johnmm00003 maryyy00122 johnm100222 (6 Replies)
Discussion started by: happyv
6 Replies

5. Linux

Euro - Symbol with enscript

Hello List, I am new in this forum. I have a problem with enscript and I am searching for about one year for a solution: We are using enscript and ghostscript to create pdf-Documents with our Software running on linux server. To print the EURO Symbol on a fixed place I can change the... (1 Reply)
Discussion started by: stefan2907
1 Replies

6. Shell Programming and Scripting

enscript color

Hi, I am converting a text file to ps using enscript. Does anyone know how to print in color? Here is what I tried: enscript -ptemp.ps -G -F Souvenir-DemiItalic20 -f Souvenir-DemiItalic20 -E --color file.txt The color doesn't work Thanks (5 Replies)
Discussion started by: forumbaba
5 Replies

7. Shell Programming and Scripting

Listing latest modified or created files recursively

Hi, I want to display latest files (created or modified) recursively in a path. I tried in different ways, but didn't get any desired output: find $path -type f -exec ls -lt {} \; | sort -n -r find $path -type f -printf %p";" | xargs -d ";" ls -t Second one is giving the error:... (21 Replies)
Discussion started by: karumudi7
21 Replies

8. UNIX for Advanced & Expert Users

Limit on amount of lines less can handle

Is there a limit on the amount of lines less can handle? I grepped for something that is pretty common in my files so I tried to filter it through less so it was easier to look at. So I then used a redirect ">" to create a file. It created a file that was 103K long. So that makes me think there is... (6 Replies)
Discussion started by: cokedude
6 Replies

9. Shell Programming and Scripting

Using input from one file to define scope of other file in Linux

Hi, I have two files A and B and would like to use A as a filter. Like this: File A.txt: Contains a list of IP addresses, each one occurring only once and in order: 10.0.0.1 10.0.0.2 10.0.0.4 10.0.0.8 File B.txt: Contains the same IP addresses with a corresponding ping time each (in... (16 Replies)
Discussion started by: Zooma
16 Replies