Timeline for Read first line split based on delimiter and store it in array (in ksh)
Current License: CC BY-SA 4.0
11 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 17, 2021 at 15:25 | review | Close votes | |||
| Dec 2, 2021 at 3:02 | |||||
| Nov 17, 2021 at 15:20 | vote | accept | Pat | ||
| Nov 17, 2021 at 15:09 | answer | added | AdminBee | timeline score: 4 | |
| Nov 17, 2021 at 15:09 | comment | added | Pat | changed to -A and works now. Thanks | |
| Nov 17, 2021 at 15:07 | history | edited | AdminBee | CC BY-SA 4.0 | Minor formatting |
| Nov 17, 2021 at 14:59 | comment | added | Stéphane Chazelas | The options is -A in ksh or zsh (consistent with set -A). -a if for bash (not related to set -a) | |
| Nov 17, 2021 at 14:59 | comment | added | AdminBee | Please verify the syntax. I think in ksh it must be an upper-case -A whereas for bash it is the lower-case -a you show here. Please edit your post with the meaning of "lower" and "higher" environment and indicate the shells used in each. | |
| Nov 17, 2021 at 14:57 | comment | added | Pat | @AdminBee lower - development and higher - production environment, or just different servers. | |
| Nov 17, 2021 at 14:56 | history | edited | Pat | CC BY-SA 4.0 | edited tags; edited title |
| Nov 17, 2021 at 14:54 | comment | added | AdminBee | What exactly is "lower" and "higher" environment? Also, you have added the ksh tag while your title speaks about Bash ... | |
| Nov 17, 2021 at 14:49 | history | asked | Pat | CC BY-SA 4.0 |