Search Results

Search: Posts Made By: InduInduIndu
1,610
Posted By InduInduIndu
i=1 for id `cat <file>| sed -n 's/^Queue...
i=1
for id `cat <file>| sed -n 's/^Queue \[([A-Z]\+)\].*/\1/'`
do
arr[$i]=$id
i=`expr $i + 1`
done
i=1
size=${arr[@]}
while [ $i -lt $size ]
do
j=`expr $i + 1`
sed -n "/Queue...
Showing results 1 to 1 of 1

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