aboutsummaryrefslogblamecommitdiff
path: root/man/man1/sqs.1df
blob: 72f3f4b1119c5ac79c4d5eaa317b4a11492b62d1 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                             
                                                                               

                               
.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>