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
access to css 11503 using GUI
Adding URL Parameter
Network connections and startup speed on new computer
I need to stop, then re-start, a thread in a web service using IIS
Microsoft Access to VB6 MsFlexfrid
Wyse thin client and Citrix display/graphic lag
ColdFusion/SQL Procedure Undefined Variable Problem
IE Users have to relogin
Reading bits in C++
Logging in as domain user outside of domain