Search Results

Search: Posts Made By: Wernfried
1,232
Posted By jim mcnamara
For most shell languages neither of those...
For most shell languages neither of those statements make an array. You cannot have spaces on any side of the = character:

bash array:

var_1=( "array element 1" "array element 2")


ksh...
13,842
Posted By radoulov
In addition to the useful link posted by Scott, ...
In addition to the useful link posted by Scott,
I would add that if you really need to work with csh,
you don't need an external command for this task:

set nonomatch
set _files = (...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 10:02 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy