Need Wildcard More Specifc in File Ext

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
TestMeister
Posts: 188
Joined: 04 Feb 2008 20:17

Need Wildcard More Specifc in File Ext

Post by TestMeister »

I'm adding a way to quickly audit my backup log files that are scattered in sub folders under a root folder.
The files have the extensions .log and .log.gz. but I just want to see the most recent .log files

Here is my command
goto "C:\ProgramData\Acronis\TrueImageHome\Logs\*.log";#311; sortby m,d:

Is there a filter syntax that can limit the extension name?

highend
Posts: 13277
Joined: 06 Feb 2011 00:33

Re: Need Wildcard More Specifc in File Ext

Post by highend »

filter "*.log";?
One of my scripts helped you out? Please donate via Paypal

TestMeister
Posts: 188
Joined: 04 Feb 2008 20:17

Re: Need Wildcard More Specifc in File Ext

Post by TestMeister »

That worked, not always sure which of the options work with the commands, many thanks

Post Reply