Search Results

Search: Posts Made By: kristinu
1,446
Posted By kristinu
Ok, now I have coded the following to get all the...
Ok, now I have coded the following to get all the separate tags


str="2,4,6,10-15,21,25"
tags=`echo $str | awk '{gsub(/,/," ")}; {print}'`
echo "tags = $tags"
i=0
for t in $tags
do
...
1,446
Posted By kristinu
Running scripts from a list
I am writing a bash script to run test some scripts.

The names scripts of the scripts to tests are stored in an array.


scptArr[1]='chcksfrd.bash'
scptArr[2]='compute-misfit.bash' ...
Showing results 1 to 2 of 2

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