Re: backtick help
"Gisle Vanem" <[email protected]>
| Newsgroups | gmane.comp.gnu.utils |
|---|---|
| Message-ID | <[email protected]> |
"Juergen Scholich" <[email protected]> wrote: > I've tried the following with success: > > VERSION = `grep WATTCP_VER_STRING inc/tcp.h | cut -d' ' -f4 | > sed -e 's/\"//g'` Thanks. I forgot the 's' and 'g' commands. Long time since I've used sed. --gv