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 driddickemc

  1. driddickemc

    Media Master Relationship

    I have 2 Servers.. Master1 Media1 When kicking off a restore from Media1 it uses the Master1 for the restore. How to get the Media1 server to restore from itself. Sorry kinda new to NB. D-
  2. driddickemc

    FOR Loop

    $ grep --version |head -1 grep (GNU grep) 2.5.1
  3. driddickemc

    FOR Loop

    Ran dos2unix on all files and works great..Thx for your help !
  4. driddickemc

    FOR Loop

    Possibly.. I'm using cygwin.. and notepad..blahhh
  5. driddickemc

    FOR Loop

    See sequence below.. riddid1@USTGRIDDID1L1C /cygdrive/c/ $ grep -i -f file2.txt file1.txt dddddddd 444444444444 riddid1@USTGRIDDID1L1C /cygdrive/c/ $ cat file2.txt aaaaaaaa bbbbbbbb cccccccc dddddddd riddid1@USTGRIDDID1L1C /cygdrive/c/ $ cat file1.txt aaaaaaaa 111111111111 bbbbbbbb...
  6. driddickemc

    FOR Loop

    Do you have a email I can send you this to quick and the output.. ?
  7. driddickemc

    FOR Loop

    Have a 2 files.. file1.txt dddddd ffffff file2.txt dddddd 111 222 333 ffffff 333 444 555 for i in `cat file1.txt` do grep -i $i file2.txt done returns nothing.. when I ...do echo $i it returns the contents of the cat command.. Please advise..
  8. driddickemc

    Awk help

    Worked great !
  9. driddickemc

    Awk help

    I copy it into a text file.. so that's what the text file looks like..
  10. driddickemc

    Awk help

    Looking to parse a file.. excel.. looks like.. data 10000 20000 data2 30000 40000 I need output to be as such.. data 10000 20000 data2 30000 40000 Please help not scripting guru :-)
  11. driddickemc

    Help with Windows Script

    Thanks guys'..I installed cygwin. Couldn't get the Windows version to work.
  12. driddickemc

    Help with Windows Script

    Trying to do a for loop in windows command line. .not even sure if this is possible. Have a file.. AAAA BBBB CCCC DDDD need to run command on it.. for i in `cat file` do "some_command file" done Can this be done in the windows command line ? I have about 300 lines in this file in this would...
  13. driddickemc

    EMC Clariion Correlation

    /dev/rdsk/c12t0d15s2 :DGC :RAID 5 :0207 :90000087 :83886080 /dev/rdsk/c12t0d16s2 :DGC :RAID 10 :0207 :91000053 :2097152 How to correlate this back to the Clariion LUN Device.
  14. driddickemc

    EMC Dial Home Log

    Thanks Chris.
  15. driddickemc

    EMC Dial Home Log

    Anyone know how to check to see when the last dial-home action happened. Just trying to verify EMC is being notified of a drive failure instead of having to call the SAC every time I get a alert. TIA-

Part and Inventory Search

Back
Top