Re: what does this mean ?
Cameron Simpson <[email protected]>
| Newsgroups | gmane.editors.sed.user |
|---|---|
| Message-ID | <[email protected]> |
On 16Mar2013 20:20, Daniel <[email protected]> wrote: | ; separates commands, a convenient way to write cleaner syntax. | | So the following are the same: | | sed '/^$/d;G' | sed '/^$/d; G' | sed -e '/^$/d' -e 'G' And: sed '/^$/d G' Cheers, -- Cameron Simpson <[email protected]> I object to doing things that computers can do. - Olin Shivers