From 13d4998ee636abbb5bf1b20acd5b19ecd8af0578 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 6 Jan 2017 13:59:26 +1300 Subject: Add pp(1df) and pph(1df) --- man/man1/pp.1df | 17 +++++++++++++++++ man/man1/pph.1df | 16 ++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 man/man1/pp.1df create mode 100644 man/man1/pph.1df (limited to 'man') diff --git a/man/man1/pp.1df b/man/man1/pp.1df new file mode 100644 index 00000000..1c7aca70 --- /dev/null +++ b/man/man1/pp.1df @@ -0,0 +1,17 @@ +.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. +.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 AUTHOR +Tom Ryder diff --git a/man/man1/pph.1df b/man/man1/pph.1df new file mode 100644 index 00000000..0ad98fc5 --- /dev/null +++ b/man/man1/pph.1df @@ -0,0 +1,16 @@ +.TH PPH 1df "January 2017" "Manual page for pp" +.SH NAME +.B pp +\- print the full path to each argument, hostname prepended +.SH SYNOPSIS +.B pp +/arg arg2 ./arg3 +.SH DESCRIPTION +.B pph +runs pp(1df) on the arguments to print the full path to each one, and also +prepends the machine's hostname and a colon to each line. +.SH CAVEATS +Newlines in filenames will mess this up. This is for generating human-readable +file lists, not for machines. +.SH AUTHOR +Tom Ryder -- cgit v1.2.3