Replies: 3 comments
-
I had not noticed that before! This feature was supposedly introduced in ksh 93t 2008-06-24 (ksh93/ksh93-history@ce81643). This is also the commit that added Relevant
Of course, the However, I can find no trace in that commit's code changes of any special handling of And when we do specify the
It wasn't a syntax error between 2008-06-24; it became a syntax error on 2012-04-03. However, the Given how sloppy AT&T generally were with things, I wouldn't put it past them to have decided that this |
Beta Was this translation helpful? Give feedback.
-
Looks like I missed something.
But:
That is certainly inconsistent. |
Beta Was this translation helpful? Give feedback.
-
Jeez, I was on the path of fiddling around the -C, but didn't got that far. Yet leveraging on your work, during my initial test I was doing only
I was omitting the I reviewed the docco to discover I was confused with 2 terms,
And
None of them specify that Now I learned this kind of undocumented For Assoc Array
The assigned to Assoc Arr And for compound var
That's the reverse the I noticed you did the Mix'n'Match via the I guess this is normal then that
So to me it is ledgit this way, may be a simple docco fix, mentioning the May be one concern though, I took your example but ommitted the
I was please to see the If you think we should track the segfault lemme know and I would open an issue... Thanx for your archeological investigations :-) I am always impress :-) |
Beta Was this translation helpful? Give feedback.
-
Hi All,
I read in the man this
I am interested with the last form
. filename
yet can't find any example of a use of it, i.e I looked all the test/*.sh but was not able to find anything, though my grep'ing may have overlooked complex syntax.So a basic test like this
Seem to be successfull while I guess it should fail, but I fear I misunderstand something because inspecting v[@] shows
So looks like
(. filename)
are just 2 values entered into the indexed arrayv[]
I tried many combo pre typeseting V with -C -a -A but nothing works, and indeed used an existing file with no more results.
So how do we source values into a variable ? or a compound variable?
Thanx in advance for nay helps.
Beta Was this translation helpful? Give feedback.
All reactions