aboutsummaryrefslogtreecommitdiff
path: root/cpy.1
diff options
context:
space:
mode:
Diffstat (limited to 'cpy.1')
-rw-r--r--cpy.148
1 files changed, 0 insertions, 48 deletions
diff --git a/cpy.1 b/cpy.1
deleted file mode 100644
index 3b23b8b..0000000
--- a/cpy.1
+++ /dev/null
@@ -1,48 +0,0 @@
-.Dd $Mdocdate$
-.Dt cpy 1
-.Os
-.
-.Sh NAME
-.Nm cpy
-.Nd copy text
-.
-.Sh SYNOPSIS
-.Nm cpy
-.Op Ar suffix
-.Nm pst
-.Op Fl d
-.Op Ar suffix
-.
-.Sh DESCIPTION
-.Pp
-.Nm cpy
-copies text on standard input to /tmp/cpy using
-.Nm tee .
-.Nm pst
-writes the contents of /tmp/cpy on standard output.
-If
-.Fl d
-is present,
-.Nm pst
-deletes /tmp/cpy after reading it.
-.Pp
-If
-.Ar suffix
-is present,
-.Nm cpy
-and
-.Nm pst
-append that suffix to the file name.
-For example, setting
-.Ar suffix
-to
-.Ql 1
-will copy to and paste from the file /tmp/cpy1.
-.
-.Sh AUTHORS
-.Pp
-.Nm cpy
-and
-.Nm pst
-are written by John Ankarström
-.Aq Mt john (at) ankarstrom.se .