I'm new to this site and to programming generally. I need to get a value from a specific cell in a csv file (data is comma separated and none of the data contains spaces) and assign it in bash to a variable (so it becomes constant value), to use it in next operations. For example:
x="c8 cell value"
Could someone please help me with this?
As I said I'm not an expert and if someone could explain me how should I do it and what every command in the potential solution means would be perfect.