Search Results

Search: Posts Made By: flaviof
18,048
Posted By flaviof
Done! ... for f in `cat $file` do ...
Done!

...
for f in `cat $file`
do
nameGroups=`echo $f | awk -F';' '{ print $3 }'`
18,048
Posted By flaviof
yes, semi colons. thanks, I will try both...
yes, semi colons.
thanks, I will try both tomorrow.

But I have many csv files to read, awk works with a ' for'?
18,048
Posted By flaviof
Get string between quotes separate by commas
I'm a beginner with shell and tried to do this per hours and everytinhg gives different want i do.

So

I have a lot of file in *.csv ( a.csv, b.csv ...)
in each file csv , it has some fields...
Showing results 1 to 3 of 3

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