Search Results

Search: Posts Made By: albaghdady
2
awk
1,781
Posted By albaghdady
try this x=`echo awk -F'","' "'"NR ==...
try this


x=`echo awk -F'","' "'"NR == "$i"{print '$1'}"'" $file|sh`

echo $x


regards
2
awk
1,781
Posted By albaghdady
i reach to this for now echo awk -F'","' ...
i reach to this for now

echo awk -F'","' "'"NR == "$i"{print \$1}"'" $file|sh

but there still missing part in how to assign this to variable x
Showing results 1 to 2 of 2

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