Daily auto-commit 2025-08-08T14:31:25UTC @ bjarte
This commit is contained in:
@@ -93,7 +93,7 @@
|
||||
},
|
||||
"read-array": {
|
||||
"prefix": "read-array",
|
||||
// "body": "declare -a ${2:test}=()\nreadarray -td \\$'${3:\\n}' ${2:test} < <( ${4:CMD} )$0",
|
||||
// "body": "declare -a ${2:test}=()\nreadarray -td \\$'${3:\\n}' ${2:test} <${5: <( ${4:CMD} )}$0",
|
||||
"body": "declare -a ${2:test}=()\nreadarray -td \\$'${3:\\n}' ${2:test} <<<\"\\$( ${4:CMD} )\"$0",
|
||||
"description": "Bash snippet 'read-array'"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user