Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 229 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 229 Bytes

arg

print args: count, length and quoted

Output format:

[count]:[length] [...quoted]

Example:

$ arg 1 2\' "'3'"
3:6 '1' '2'\''' ''\''3'\'''
$ arg 1 2\' "'3'" | cat
'1' '2'\''' ''\''3'\'''