1998-07-27 23:54:20 +08:00
|
|
|
test1 alias --simple --arg2
|
|
|
|
test1 alias --two --arg1 --arg2 alias
|
|
|
|
test1 alias --takerest --
|
|
|
|
test1 alias -T --arg2
|
|
|
|
test1 alias -O --arg1
|
|
|
|
|
1999-10-26 02:22:19 +08:00
|
|
|
test1 alias --grab --arg2 "'foo !#:+'"
|
|
|
|
test1 alias --grabbar --grab bar
|
1999-06-18 04:18:08 +08:00
|
|
|
|
1998-07-27 23:54:20 +08:00
|
|
|
test1 exec --echo-args echo
|
|
|
|
test1 alias -e --echo-args
|
|
|
|
test1 exec -a /bin/echo
|