 |
bash: put list files into a variable and but size of array is 1
2013年3月5日 - I am listing the files in a directory and looping through them okay, BUT ... dirlist=`ls ${prefix}*.text`. doesn't make an array, it makes a only a string ...
stackoverflow.com |
 |