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 ramana12345

  1. ramana12345

    lpr for long lines of text

    Is there not a way to print in landscape atleast?
  2. ramana12345

    last column or last field of a line

    PHV, Your solution works great awk -F/ '{print $NF}' /path/to/input Thankyou so much
  3. ramana12345

    last column or last field of a line

    PHV, Thankyou very much your solution works, but unfortunately it is not just a single string I am trying get, it's a column, can you please suggest me on how to do that for column in this case the file actually looks like str1/str2/st3........./strN word1/word2/word3/.............../wordM...
  4. ramana12345

    last column or last field of a line

    Can somebody please suggest me how do I cut the last field of a string for example I have string str1/str2/str3/str4/........../strN I want to get the strN field out of the above string

Part and Inventory Search

Back
Top