-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Quanmao LIU edited this page Jun 20, 2016
·
1 revision
Welcome to the lzmw wiki!
Usage and examples will be shown just run the exe without any arguments in a command window.
( Linux version : lzmw.linux (gcc*) on CentOS/Fedora/Kubuntu/Ubuntu/Cygwin)
1. Universal regex : same with regex in C++ / Java / C# / Perl , without any strange syntax like bash-shell/sed (Linux) or bat (Windows)
2. Colorful for both match/search ( -t ) and enhance ( -e )
3. Used time feedback : useful for next time to run your task
4. Multiple source path : -p "path1; path2; path3 "
5. Multiple filter (regex) :
both not-match/must-match :
File-name / directory-name / full-path
6. Grep/Sort by time (need specify the time pattern : -F ) and get only the interval (if specified : -B begin-time -E end-time)
Not change the order : unlike xxx-command | sort |uniq Give you summary for report. Just a simple tool to easy the use of awk (Linux tool) (they're just 2 exe file in fact : other are copied and re-named from not-in-later and not-in-later-capture1 )