Copyright © tutorialspoint.com
| Tag | Description |
|---|---|
| -ox | Specifies "x" to be the open quote character. |
| -cx | Specifies "x" to be the close quote character. |
| -pn | Specifies "n" to be the open quote character, as an integer. |
| -dn | Specifies "n" to be the close quote character, as an integer. |
| -mx | Specifies "x" to be a metachar. |
| -nn | Specifies "n" to be a metachar, as an integer. |
| -ex | Specifies "x" to be the escape char for metachars. |
| -fn | Specifies "n" to be the escape char for metachars, as an integer. |
| -a | Specifies that all arguments are to be quoted. The default is that only arguments containing spaces are quoted. |
Send bug reports or comments to bug-less@gnu.org.
Copyright © tutorialspoint.com