Hi,
After reading the 'worst nodes' I decided to post this.
I am trying to extract the value from a 'param=value' list, using grep. It did not work.
Basically I am trying to do this and it does not work.
perl -e'print grep /param=(.*)/, "param=value";'I promptly get 'param=value' as the response, while I am expecting to get 'value'.
How do I accomplish this?
Thanks in advance
In reply to grep question by newest_newbie
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |