Other Resources:
Parsing directory entries from Windows "dir" command
How to write a regular expression to parse sub directory entries from the output of Windows "dir" command?
Here is an example output of the "dir" command:?
✍: FYIcenter.com
![]()
Here is a regular expression to parse file entries from output of the "dir" command on Windows systems: with multiple lines modifier "m": Note that:
(\d{2}/\d{2}/\d{4}\s+\d{2}:\d{2}\s+[AP]M) - Timestamp
(<DIR>) - DIR flag
(.+) - Directory name
2013-02-01, 0👍, 0💬
Popular Posts:
How to write a regular expression to validate GUID (Globally Unique IDentifier) or UUID (Universally...
Are you having problems using regular expressions when processing text strings in your applications ...
How to capture the Baidu spider entries from Web log file? Here are some Web log file entries: 127.0...
All credit card numbers issued by JCB have 3 sets of numbers: JCB cards start with 2131 have 15 digi...
How to capture the MSN (Microsoft Network) bot entries from Web log file? Here are some Web log file...