Search Results

Search: Posts Made By: kykyboss023
8,811
Posted By kykyboss023
Thanks the probleme is solve thanks a lot both...
Thanks the probleme is solve thanks a lot
both solution work fine the perl one and the awk one

Is used the awk, i just undertand it better
here is the final line i used

export...
8,811
Posted By kykyboss023
hi this commande doesn't work, and how do...
hi

this commande doesn't work, and how do you check that the A[$1]=IDENTIFIER



awk -F, '{for(i=1;i<=NF;i++)A[$i]=i;print "The field "v" is on position "A[v];delete A}'...
8,811
Posted By kykyboss023
the file is compose of one line the following ...
the file is compose of one line the following

BAS,FastZeroSurfUNIT,ZeroSurfCAL,FastZeroSurfDAYC,IDENTIFIER,FunctionIdFLAG

what i am trying to do, is to create a array of the line, then test...
8,811
Posted By kykyboss023
find the field number
######################## SOLVED ##################

Hi

I have a header file like the following and the field "IDENTIFIER" can be at any possition on this line,
The line can containt a...
28,217
Posted By kykyboss023
Hi Thanks everyone, i try all the solution...
Hi

Thanks everyone, i try all the solution propose and the one that work for me was the following , so probleme solve


cut -f5 -d"," $FILE |while read line
do
echo...
28,217
Posted By kykyboss023
cut -f1 -d"," to a array and loop
############## SOLVE #############


Hi

I would like to do something quite simple but i could not figure it out

Example file:
BAS,Fast ZeroSPEC,Fast ZeroSPEC,Fast Zero,CAD MASTER SWAP...
Showing results 1 to 6 of 6

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