diff options
author | gennyble <gen@nyble.dev> | 2023-11-06 05:31:38 -0600 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2023-11-06 05:31:38 -0600 |
commit | 04af786fb725dedadd782709278921df190c713f (patch) | |
tree | 0ae61681f4fd759fd2861434f4d09514789783e8 /popline.1 | |
parent | e70327c824d145274430f5f315f464d1d3fda53d (diff) | |
download | popline-main.tar.gz popline-main.zip |
Diffstat (limited to 'popline.1')
-rw-r--r-- | popline.1 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/popline.1 b/popline.1 new file mode 100644 index 0000000..2e6062a --- /dev/null +++ b/popline.1 @@ -0,0 +1,10 @@ +.TH POPLINE 1 +.SH NAME +popline \- popfront a file +.SH SYNOPSIS +.B popline +.IR file +.SH DESCRIPTION +.B popline +reads the first line of a file, writes the file to disk without that line, +and prints the line to stdout. \ No newline at end of file |