Code Comments
Programming Forum and web based access to our favorite programming groups.I Have a test file with ; as separator for all the lines. Now I want all the lines in the txt file to be split wherever ; comes? I am a newbi can any body help? Regards, WLSERVEr
Post Follow-up to this messageWLSERVER <wlserver@yahoo.com> wrote: > I Have a test file with ; as separator for all the lines. > > Now I want all the lines in the txt file to be split wherever ; comes? > I am a newbi can any body help? Split into what? separate line or separate file? In either case, read manpage for FS/OFS and RS/ORS. -- William Park <opengeometry@yahoo.ca> Open Geometry Consulting, Toronto, Canada
Post Follow-up to this messageWLSERVER <wlserver@yahoo.com> wrote: > I Have a test file with ; as separator for all the lines. > > Now I want all the lines in the txt file to be split wherever ; comes? > I am a newbi can any body help? Split into what? separate line or separate file? In either case, read manpage for FS/OFS and RS/ORS. -- William Park <opengeometry@yahoo.ca> Open Geometry Consulting, Toronto, Canada
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.