aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-11-16 11:27:55 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-11-16 11:27:55 +1300
commiteded8d2e0ca3d0dfed73f9bb1dbfc87c38663c26 (patch)
treecf4b3fcb114239f79cd4ec86242f72a015aa1a89 /man
parentUpdate submodules (diff)
downloaddotfiles-eded8d2e0ca3d0dfed73f9bb1dbfc87c38663c26.tar.gz
dotfiles-eded8d2e0ca3d0dfed73f9bb1dbfc87c38663c26.zip
Add sqs(1df)
And a relevant issue
Diffstat (limited to 'man')
-rw-r--r--man/man1/sqs.1df14
1 files changed, 14 insertions, 0 deletions
diff --git a/man/man1/sqs.1df b/man/man1/sqs.1df
new file mode 100644
index 00000000..c3b1af55
--- /dev/null
+++ b/man/man1/sqs.1df
@@ -0,0 +1,14 @@
+.TH SQS 1df "November 2016" "Manual page for sqs"
+.SH NAME
+.B sqs
+\- strip query strings from the given filenames if present
+.SH SYNOPSIS
+.B sqs 'foo.php?bar=baz'
+.br
+.B sqs 'foo.php?bar=baz' 'quux.php?wibble&florb=1'
+.SH DESCRIPTION
+.B sqs
+renames any of the files given as its trailing arguments to remove a trailing
+HTTP query string. It is not an error if none of the files have the extension.
+.SH AUTHOR
+Tom Ryder <tom@sanctum.geek.nz>