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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: HIB049
  • Content: Threads
  • Order by date
  1. HIB049

    extracting a word

    Hi Guys, Need you quick assistance on the below, trying to extract a word from a variable i.e. acmi101[space]acmi102[space]acmi103[space]acmi104 When i use the following code awk '{$2=""}1' it leaves a space in the variable, need to get rid of the space that it leaves. Any ideas. result...
  2. HIB049

    Grouping Multiple line cols to a single row

    Ok what I am trying to achieve is that the program would read the first 3 lines and then align the first columns of the first 3 lines together, and the same for the 2nd columns and so forth. So something like this Available Assigned Used Max Space Space Pages Pct (MB) (MB) Util...
  3. HIB049

    pattern matching lines using the date, and then joining the lines

    Hi Guys, Was trying to attempt the below using awk and sed, have no luck so far, so any help would be appreciated. Current Text File: The first line has got an "\n", and the second line has got spaces/tabs then the word and "\n" TIME SERVER/CLIENT TEXT...
  4. HIB049

    Awk Question

    Hi Guys, What is the quickest way to do the following? Name Address Tel No email website Fax No to Name#Address#Tel No#email#website#Fax No Your comments would be kindly appreciated. Thanks Ed
  5. HIB049

    Manipulating record lines using awk

    Hi, Please i am trying to perform the following using awk, and i havent got a clue on where to start, can someone help or direct me to a useful resource. My file is shown below 0.00 75.72 0 135.76 206.40 0 819.12 1077.72 0 1744.60 2003.72 0 2609.12 2868.72 0 3374.44 3715.60 0 want to...
  6. HIB049

    How can I do the following......using awk

    Hello guys, I am trying to split the following line using awk. I have tried every possible unix command sed, awk, cut, and tr, but to not avail. PLS can you help. What I am tryin to do is as follows Line that needs to be processed is as follows: root 1769 0.0 0.1 1568 76 tty1...
  7. HIB049

    Hello guys, Please can someone t

    Hello guys, Please can someone tell me how to do the following using awk? I am trying to get the filenames of the following /a/b/c/d.ksh /a/b/e.ksh /a/f/c/d/f/d/i.ksh /a.ksh Any help will be of great use Thks Ed
  8. HIB049

    Hello guys, I am trying to split

    Hello guys, I am trying to split the following line using awk. I have tried every possible unix command sed, awk, cut, and tr, but to not avail. PLS can you help. What I am tryin to do is as follows Line that needs to be processed is as follows: X11.base.rte 4.3.3.75 COMMITTED...

Part and Inventory Search

Back
Top