I am building a script that will execute programs using records/fields in a file as arguments.
Before I start testing that, I am working on reading the file properly and using printf to display the fields in the file.
I used typeset to format my output.
Now all I need is to figure out how to add a linefeed after each printf.
I have been reading the forums but I just can't seem to figure out how to add a CRLF after my simple printf statement:
printf ${no}${NM_SERVER}${rflag}${NODE_NAME}${DOMAIN}
Thanks,
SkyyBugg
+++++++++++++
Update! I was actually able to get it to work!
It was too simple I suppose!
print "\r"
Any other comments are appreciated~!
+++++++++++++