how i can read the content of certain file
and if the input of files is numbers and it is seprate by (,) how i can get this number one by one
example
2,2,4
how i can get it as following
2
2
4
as number in another aoutput files