Search Results

Search: Posts Made By: ksh
4,085
Posted By ksh
Declaring Local Arrays
I have some function

function()
{
fileNamelist=( `find Uploads -name "somePattern" | tr '\n' ' '` )
}

but "local fileNamelist" makes it variable.

How do I declare fileNameList as a...
Showing results 1 to 1 of 1

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