From 77a47b2c5e7c3243743bd8d7594366f498e9cef7 Mon Sep 17 00:00:00 2001
From: Laurent Bercot
#!/command/execlineb -S1
-define -sd" " ARG1S $1
+= -sd" " ARG1S $1
blah $ARG1S
and $ARG1S will be split using the space character as only delimiter.
@@ -174,7 +174,7 @@ in the following command line:
- $ define -s -d "" A '1:a,2:bb,0:,7:xyz 123,1: ,' echo '$A' + $ = -s -d "" A '1:a,2:bb,0:,7:xyz 123,1: ,' echo '$A'
@@ -195,7 +195,7 @@ substitution command will die with an error message.
- The dollarat command, for instance, + The $@ command, for instance, can produce a sequence of netstrings (encoding all the arguments given to an execline script), meant to be decoded by a substitution command with the -d "" option. -- cgit v1.2.3