index
:
uritools.git
master
oh. um. command-line uri manpulation utilities, tuff like uricut, urimatch, uricmp, uristart, uriprintf, bunch of handy tools.
epoch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
query_param
blob: 3438bb7ac9b568f7b86643f8dd3025f3890b2ed8 (
plain
) (
blame
)
1
2
#!/bin/sh printf "%s\n" "${QUERY_STRING}" | tr '&' '\n' | grep "^${1}=" | cut -d= -f2-