Microsoft
Software
Hardware
Network
Question : How can I find files starting with RCPT.Fxxxxxx from today?
Hi,
I've got a problem that I have decided to fix using a script. The script(vbscript) today finds a file and reads some data in that, that I want to use to find a matching file in another directory.
The filename is based on this: RCPT.Fxxxxx.Dkkkkkk.Glllll
llll.Tyyyy
yy.html
The xxxxxx in the Fxxxxxx is a value I know, the kkkkkk, lllllllll, yyyyyyyy is unkown. Is there a function / proper way to find the file from today? (There is only supposed / going to be one file that matches, but an escape if it finds two is ok :-) )
I'm comfortable with Bash, Batch, Perl and VBscript, so whatever script that does the find file best I will rewrite the script for parsing the first file to match the 2nd part :)
Answer : How can I find files starting with RCPT.Fxxxxxx from today?
If its on a unix/linux box (you mention perl and bash), then use 'find'.
find /path/to/files -name RCPT.Fxxx* -ctime -1 -print
you can get more created with a regex for -name and use -exec for any extra operations.
Random Solutions
anyone familur ith using the swing classes HTMLEditorKit StyleSheet and reading a external CSS
100% CPU usage in vCenter but not in taskmanager on the Windows NT 4.0 VM that has been converted
Event ID 333 - Server 2003 SP2 I/O Error
Is there anyway to reserve some resources in windows server so that RDC will still work in the event network/cpu is exhausted?
Symantec Email Proxy
BES 5.0.1 and Exchange 2010
resolution in control panel
httprequest in Php
Logic puzzle
Documentation on SAMBA and Active Directory Integration