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!

Search results for query: *

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

    Anyone working with AS/400 PASE - AIX

    We have ported a unix application to the AS/400 PASE. Just currious if others are working in the PASE environment? I have discovered many things to share with others, but also have several questions..... Anyone?
  2. jongbsio

    killing a job via script

    I need to extract the PID from the file created by the command ps -A >> myfile PID TTY TIME CMD 29465 - 0:00 dbcd 29466 - 0:00 dbcfs 29467 - 0:00 dbcfsrun 29468 - 0:00 dbcfsrun 29469 - 0:00 dbcfsrun grep 'dbcd' myfile > myfile2 29465...
  3. jongbsio

    translate tr (whole words)?

    I am running tr 'test' 'xxxx' < myfile but it translating every occurance of t,e,s,t to x How do I translate only the word 'test' to 'xxxx'? Thanks!
  4. jongbsio

    Script to loop through files in a directory

    Hi and thanks. Does anyone have a simple sample script that will loop through a directory and echo out the name of the file to the screen. Something like &quot;ls&quot; does, but what I want to do with this is be able to run a command against each file name. I tried this, but I get...

Part and Inventory Search

Back
Top