Skip to content
/ arg Public

usage: arg [...args]; output: (count of args):(len of args) (...quoted arguments)

Notifications You must be signed in to change notification settings

denisde4ev/arg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'\'''

About

usage: arg [...args]; output: (count of args):(len of args) (...quoted arguments)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published