Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'simpler tcsh version' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
simpler tcsh version
Authored by: jms1 on Oct 01, '05 09:36:16AM
The "sed" pattern above is wrong... apparently the entry fields on this site interpret backslash "\" characters, and you have to enter them twice in order for the posted entry to contain them once. It should be...
'/^\/.*X11.*:/s/.*:/:/p'
Or... "forward slash, caret, backslash, forward slash, dot, star, X11..."

[ Reply to This | # ]