aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-08 13:56:14 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-08 14:03:57 +1200
commit27878a125108d764f83444d55fc01a1fe2918ddc (patch)
tree04b7915f9b51f53a407c526a5793e1d8c91ea385 /man
parentAdd rmrej(1) (diff)
downloaddotfiles-27878a125108d764f83444d55fc01a1fe2918ddc.tar.gz
dotfiles-27878a125108d764f83444d55fc01a1fe2918ddc.zip
Add stex(1)
Diffstat (limited to 'man')
-rw-r--r--man/man1/stex.115
1 files changed, 15 insertions, 0 deletions
diff --git a/man/man1/stex.1 b/man/man1/stex.1
new file mode 100644
index 00000000..26392fb9
--- /dev/null
+++ b/man/man1/stex.1
@@ -0,0 +1,15 @@
+.TH STEX 1 "August 2016" "Manual page for stex"
+.SH NAME
+.B stex
+\- strip extensions from the given filenames if present
+.SH SYNOPSIS
+.B stex .ext a.ext b.ext c d.foo
+.br
+.B stex .bar *
+.SH DESCRIPTION
+.B stex
+renames any of the files given as its trailing arguments to remove the
+extension given as its first argument. It is not an error if none of the files
+have the extension.
+.SH AUTHOR
+Tom Ryder <tom@sanctum.geek.nz>