Search Results

Search: Posts Made By: khaled-hayek
1,582
Posted By ahamed101
awk -F, '{ for(i=1;i<=NF;i++){if(srch==$i){print...
awk -F, '{ for(i=1;i<=NF;i++){if(srch==$i){print i;exit}} }' srch="d" infile
--ahamed
1,582
Posted By ahamed101
x1=$( echo $x | cut -f1 -d"=" ) x2=$( echo $x |...
x1=$( echo $x | cut -f1 -d"=" )
x2=$( echo $x | cut -f2 -d"=" )


--ahamed
Showing results 1 to 2 of 2

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