>> See my other replies for more thoughts on this, but it actually has to be
>> "s/\\\\$//g", and must use "s rather than 's.
Whoops! My bad. :) Both of these work...
's/\\$//g' # single quotes
"s/\\\\$//g" # double quotes
Thanks to Matthew for catching my goof and posting some good examples of
what actually happens.
bd
_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list
- RE: Bash Script Questions Luke C Gavel
- RE: Bash Script Questions Stephen_Reilly
- RE: Bash Script Questions Stephen_Reilly
- RE: Bash Script Questions Brad Doster
- RE: Bash Script Questions Matthew Melvin
- RE: Bash Script Questions Brad Doster
- RE: Bash Script Questions Brad Doster
- RE: Bash Script Questions Brad Doster
- Re: Bash Script Questions Dave Ihnat
- RE: Bash Script Questions Brad Doster
- RE: Bash Script Questions Brad Doster
- RE: Bash Script Questions Brad Doster
