Search Results

Search: Posts Made By: pauljohn
11,693
Posted By pauljohn
This did it: grep "services/.*html$"...
This did it:

grep "services/.*html$" file.txt

The . is for any character and so the * means 0-many occurances of any character. There should be no \ infront of the . since that causes it to be...
11,693
Posted By pauljohn
Didn't work as is, but gives me some ideas to...
Didn't work as is, but gives me some ideas to play around with.
11,693
Posted By pauljohn
grep question - match a url
I'm trying to find files which have urls such as "services/amf/fri/home.html" and "services/amj/fri/air.html" - so the pattern I want to match with grep, logically, is one that has

1. "services/"...
5,462
Posted By pauljohn
Thanks for your input. Corona688, you said...
Thanks for your input.

Corona688, you said "My wild guess would be that XML Spy is saving them in something crazy like 16-bit Unicode" and I think that's it. (Don't know how to test it though?
...
5,462
Posted By pauljohn
Problems with grep and XML
I'm trying to use grep on XML files. The same grep expressions work on plaint text files but not on XML files (which of course are plain text files). Actually, these expressions work on XML files...
5,377
Posted By pauljohn
Running Script from Telnet - Problems
...so I read "The Pragmatic Programmer" and they stressed the value of learning shell scripting!

I'm in a UNIX environment but have a Windows XP workstation.

I'm using Telnet to issue UNIX...
Showing results 1 to 6 of 6

 
All times are GMT -4. The time now is 12:02 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy