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: dsm325
  • Content: Threads
  • Order by date
  1. dsm325

    Insert a new line with text using sed

    I have several hundered files with the exact same format, and I need to add a line below another line that starts with SENDID. My new line will have RESOURCE=10030 I tried playing with i ((insert) and I am not coming up with anything. Please assist, thanks much
  2. dsm325

    Insert a new line with text using sed

    I have several hundered files with the exact same format, and I need to add a line below another line that starts with SENDID. My new line will have RESOURCE=10030 I tried playing with i ((insert) and I am not coming up with anything. Please assist, thanks much
  3. dsm325

    Commiting changes to SED outpput

    Please help, I am trying to delete a word in several files, and I am not succeeding: sed 's!/data!! *.sh I also tried sed 's/\/data//g' The changes do printout on the screen but not when I cat or vi the file. How can I commit these changes, thanks much
  4. dsm325

    PGP and GPG

    Are these two products compatible: meaning can you encrypt with GPG and decrypt with PGP Thanks much
  5. dsm325

    How can I sort (arrange) content of

    How can I sort (arrange) content of a file nmerically while in vi: 245AL1I * "*" /data/ceunix/stage H046LIB * "*" /data/ceunix/stage H250Mc1I * "*" /data/ceunix/stage H241COVO * "*" /data/ceunix/stage H241ASTO * "*" /data/ceunix/stage H241GEOI *...
  6. dsm325

    SCEWED CONTENT OF MAILX

    I am using uuencode and mailx to send an attached file, however the content of the file after I receive it is all messed up. Is there a way to include the transfer type: ie. binary or something like that. Thanks much
  7. dsm325

    For loop & FTP

    Need advice on how to do this. I have several Excel files with long names that I need to FTP to a shared server. The only thing that's unique about these files is the word ltd, some have std, and some have waiver as part of the file name. Now there are about 16 files like that. How do I create...
  8. dsm325

    Expiring Keys

    If you have a key that's expiring, can you change that to make not expire, w/out creating a new key pair. Thanks
  9. dsm325

    Multiple hostnames in .NETRC

    I know you can have as many hostnames as you want in a .netrc files. Can you have the same hostname twice with two different user id, if so How will you script an FTP script. Thanks much
  10. dsm325

    Urgent "FTP and changing date"

    I need to write an ftp script that will get data from a folder with the currect date name. Of course the date changes every day. Thanks in advance for your help

Part and Inventory Search

Back
Top