blob: 509e0135d0c7c25ded924faf72da5da1bb16a9eb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
test1 alias --simple --arg2
test1 alias --two --arg1 --arg2 alias
test1 alias --takerest --
test1 alias -T --arg2
test1 alias -O --arg1
test1 alias --grab --arg2 "'foo !#:+'"
test1 alias --grabbar --grab bar
test1 exec --echo-args echo
test1 alias -e --echo-args
test1 exec -a /bin/echo
|