Other Resources:
Parsing directory name and size from Windows "dir" command
How to write a regular expression to parse directory name and total file size 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: Note that:
Directory of ([^\r\n]+) - capture the directory name File\(s\)\s+([^\r\n]+) - capture the total file size
2013-02-01, 0👍, 0💬
Popular Posts:
All credit card numbers issued by Diners Club must start with 300 through 305, 36 or 38 and have 14 ...
How to write a regular expression to validate GUID (Globally Unique IDentifier) or UUID (Universally...
How to capture the Sogou web spider entries from Web log file? Here are some Web log file entries: 1...
According to the IEEE 802 specification, a MAC address has 6 groups of 2 hexadecimal digits separate...
How to capture the Baidu spider entries from Web log file? Here are some Web log file entries: 127.0...