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

    File listing using Cygwin

    I am trying to generate an output file for management that contains neatly formatted information on files residing on a 2000 file server. I am running cygwin (bash 2.05b.0), on a 2000 pro box. I have tried a few different things: ls -ohRSt1 --color | grep -G 'somefileextension' >outputfile.txt...
  2. flotsam

    Tape Drives - Any opinions on these 2?

    I am going to be implimenting a new backup plan for my company, and I need to decide between the following 2 tape drives: 1. Certance CL400H 1U rackmount Ultrium LTO Drive 200/400 or 2. HP Ultrium 460 (Non-Rackmount) LTO 200/400 drive I realize that one is rack mount, and the other is not...
  3. flotsam

    forfiles help

    I am trying to use the forfiles command to create a report of files older than x days, that reside on my file server. I have the following: forfiles -s -py:\ -m*.* -d-365 -c"cmd /c echo @FDATE @FSIZE @PATH\@FILE" | sort /O C:\filereports\365daysold.txt The above runs perfectly as it is. The...

Part and Inventory Search

Back
Top