Microsoft
Software
Hardware
Network
Question : Pattern mathcing and printing in file
I have log file which has lots of entries like this:
<started-me>1234</started-
me>
I want to pick this entire pattern and print it on another file, value "1234" will continuously change in each entry
Can anyone help in this regard?
Answer : Pattern mathcing and printing in file
perl -ne 'print if m(<started-me>.*</started-me>)
' log.file > another.file
Random Solutions
How do I push IE 8 through WSUS using Group polciy
Slowing down a moving clip that follows the mouse cursor
htaccess Partial Query String Rewrite
Replace apostrophes in all Session Variables in C#?
Anyone run an online backup software along side Ghost with no conflicts.
Call Procedure from VB6 and pass paremeters
google search API C# jSON question
Modal Popup Validation Summary
AIX DB2 error
Multi-Site, single IP and DNS records