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 dsm325

  1. dsm325

    SDA and command line

    pgp +sda -c c:\data.txt c:\results.txt -o sda.exe
  2. dsm325

    Pgp in batch mode

    I had an issue like this once. YOu may have to add your environment variable to your ksh script. Also make sure the entire path is specified in crontab PGPPATH=/usr/local/pgp PATH=$PATH:usr/local/bin:/usr/sbin:/usr/java/current/bin:/.pgp set -o vi EDITOR=vi
  3. dsm325

    Insert a new line with text using sed

    PH thanks for taking the time to help me out with this.
  4. dsm325

    Insert a new line with text using sed

    I have several files that need to be changed, do I put some kind of a loop?
  5. 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
  6. 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
  7. dsm325

    Commiting changes to SED outpput

    thanks much that worked.
  8. 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
  9. dsm325

    Extracting and resending email attachments. Input invited

    Folks, to get this to work, do I need mime parser and what else. Can munpack do the samething. Thanks to everyone
  10. dsm325

    PGP and GPG

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

    How can I sort (arrange) content of

    Thank much
  12. 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 *...
  13. dsm325

    SCEWED CONTENT OF MAILX

    thanks for your help
  14. dsm325

    SCEWED CONTENT OF MAILX

    Thanks Mike Am sending to an internal user on Xchnge 2000 using uuencode and mailx. they receive the files however the format is all bad. uuencode file_name File_name |mail x -s "test files" mail_Id
  15. 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

Part and Inventory Search

Back
Top