View Single Post
  #1  
Old 06-24-2005, 12:26 PM
SuperJason SuperJason is online now
Registered User
 
Join Date: 02-21-2005
Posts: 4
Use Regular Expression on command output

I'm running a subversion command line (svn info), and I want to use a regular expression to grab part of the output. Is there a way to do that without first writing it to a file?
Reply With Quote