Simple Bash task

I have some simple tast to do :
make script which will read point specification from a file, and then write it in format
like this: Name of point (x,y,z) e.g. A (0,0,0)

I did something like this:
test2

Is it right?

Why are you asking us? Is it doing what you want?

I’m not sure why all the talk of points and names - since the input is the same format as the output, you’re just reading lines and regurgitating them.