Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by rks11

  1. rks11

    Split one column into two

    Thank you for your assistance Gurus. [thumbsup2] The following worked perfectly: /usr/xpg4/bin/awk '{printf $0" ";getline}1' filename.txt nawk 'ORS=(FNR%2)?FS:RS' filename.txt paste -s -d " \n" filename.txt
  2. rks11

    Split one column into two

    I would like to be able to modify the following output in filename.txt from this: alpha 56% beta 72% charlie 88% ... to this: alpha 56% beta 72% charlie 88% ... Hope you can help me. Thanks.

Part and Inventory Search

Back
Top