I have example of the follwoing lines from print command (from ksh script)
first_name=raimondelita last_name=plotanmkitus Number_id=3574553442
first_name=timratcel last_name=plotiniues Number_id=43
first_name=tom last_name=kot Number_id=564
how to print the lines (up) like this (down) with printf
first_name=raimondelita last_name=plotanmkitus Number_id=3574553442
first_name=timratcel last_name=plotiniues Number_id=43
first_name=tom last_name=kot Number_id=564
THX for help Yael
Cwhen they seeprintf, but it sounds like you're talking aboutksh? Please add appropriate tags to your question. – Paul R Jul 8 '10 at 12:17