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

    script backup/restore

    I've already written this thread in an other forums but I think it was not the good one so I do it again and hope I will have an answer. I have to write a script under winNT but I've never done any and I don't know NT at all, so I need some help. What I have to do is to list the content of...
  2. swa75

    script backup/restore

    I have to write a script under winNT but I've never done any and I don't know NT at all, so I need some help. What I have to do is to list the content of some directories, to compress each file found into another directory (without deleting the initial files) and to put these files on DLT This...
  3. swa75

    script sh

    I've written a small script but I don't get what i'd like, I think that the problem comes from a ";" but I don't understant where I made a mistake. Here's the script : #!/bin/sh j=0 i=0 for i in fdsfdsf; do if gfdgfdgx; then cbvcbg; fi; done...
  4. swa75

    script sh

    I've written a small script but I don't get what i'd like, I think that the problem comes from a ";" but I don't understant where I made a mistake. Here's the script : #!/bin/sh j=0 i=0 for i in fdsfdsf; do if gfdgfdgx; then cbvcbg; fi; done...
  5. swa75

    Mixture...

    I need to make a "mixture" of 2 files : file1 : 123486:120fds 123486:121regd 123486:123gre 123486:124fds 123486:125fds 874135:120fds 874135:121ret 874135:122uyt 874135:123fds 874135:125fds 454631:120fds 454631:121fds 454631:122uyt 454631:123fds 454631:124fds 895230:121fds...
  6. swa75

    user crontab

    I want to execute a script(1) in a user crontab. My problem is that this script(1) contains other scripts that are in different directories. when i execute the script(1) manually it works well but through the cron it can't find the different paths. The different scripts can be executed from...
  7. swa75

    how to compare fields from two files and replace 1 field?

    Hello everybody! i'm new on this forum and i have a problem that has already been solved but that's not clear for me. So I have two files : FILE1 : a:4:fdsf:fdze b:5:greg:fdee c:1:jyth:gtre ... FILE2 : gfegj jyut 5 eazert gfdg ytyhj 6 area greatr juyj 1 ytjuy geqg hyth 4 htrhtr and I want to...

Part and Inventory Search

Back
Top