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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.