aboutsummaryrefslogblamecommitdiff
path: root/man/man1/pp.1df
blob: 19fa1584b49f6684c89b5f8bce3c600bd4da0ce5 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                            

                                 

                                                                              

                                                                            

            

                               
.TH PP 1df "January 2017" "Manual page for pp"
.SH NAME
.B pp
\- print the full path to each argument
.SH SYNOPSIS
.B pp
/arg arg2 ./arg3
.SH DESCRIPTION
.B pp
uses $PWD to print the full path to each of its arguments, unless they begin
with a slash, in which case they are printed verbatim.
.P
The path need not actually exist.
.SH CAVEATS
Newlines in filenames will still work, but the results won't really make sense
as they'll be indistinguishable from newlines separating the files.  This is
for generating human-readable file lists, not for machines.
.SH SEE ALSO
pph(1df)
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>