in reply to Re^2: Choosing regex delimiters
in thread Choosing regex delimiters

Naturally. Not knowing the shell he uses I gave him a pointer where to look. Probably should have said 'my shell' instead of 'the shell'.

Whatever shell he is using, there should be a mechanism to avoid interpolation, often single quotes or generous use of backward slashes. Do backward slashes work on windows? I never checked.

Replies are listed 'Best First'.
Re^4: Choosing regex delimiters
by JavaFan (Canon) on Feb 06, 2009 at 17:41 UTC
    Whatever shell he is using, there should be a mechanism to avoid interpolation
    That's only needed if said shell actually does have interpolation ;-)