aboutsummaryrefslogtreecommitdiff
path: root/man/man1/sqs.1df
blob: c3b1af557b600f861423e53acdc6a97b4dbf402b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>