Hi All,
I have a file which as three columns in it. This is a colukmn delimited file.If I open my file the data lookks something like this.
"J","566788","12-07-1890"
I want to get the column value separetly all together in a script.
something like status=J
id=566788
date=12-07-1890
I am writing put this in a script.I am new to shell scripting.So ,any help in the script is appreciated.
Thank u
Kumariaru
I have a file which as three columns in it. This is a colukmn delimited file.If I open my file the data lookks something like this.
"J","566788","12-07-1890"
I want to get the column value separetly all together in a script.
something like status=J
id=566788
date=12-07-1890
I am writing put this in a script.I am new to shell scripting.So ,any help in the script is appreciated.
Thank u
Kumariaru