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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.