zsh-users
 help / color / mirror / code / Atom feed
From: Paul Johnson <paul@pjcj.net>
To: zzapper <david@rayninfo.co.uk>
Cc: zsh-users@zsh.org
Subject: Re: Segregating a Global Alias
Date: Mon, 24 Mar 2014 18:11:38 +0000	[thread overview]
Message-ID: <20140324181138.GB8744@pjcj.net> (raw)
In-Reply-To: <XnsA2FAB51B6E85Bdavidrayninfocouk@80.91.229.13>

On Mon, Mar 24, 2014 at 05:47:57PM +0000, zzapper wrote:
> zzapper <david@rayninfo.co.uk> wrote in 
> news:XnsA2FAB2C8DE4F8davidrayninfocouk@80.91.229.13:
> 
> > Bart Schaefer <schaefer@brasslantern.com> wrote in
> > news:CAH+w=7baCBR0KK+Uvhu8D53CPsVNvq4YSVsrbb35H1ReCHQZAA@mail.gmail.com: 
> > 
> >> 
> >> (){ perl -ne 's/(<\/\w+>)/$1\n/g; print' < $1 > $1.txt } NF
> >> 
> > inspired by this
> > 
> > for f in NF ; perl -ne 's/(<\/\w+>)/$1\n/g; print' < $f > $f.txt
> > 
> BTW this is perl one liner to put each XML tag on a newline. The input file 
> is 10mb and perl takes just seconds, i gave up trying to do this with vim 
> (-None) .
> 
> But can anyone else trump Bart's or my attempt?

$ perl -pi.orig -e 's|</\w+>(?!\n)\K|\n|g' NF

perhaps?

-- 
Paul Johnson - paul@pjcj.net
http://www.pjcj.net


  parent reply	other threads:[~2014-03-24 18:42 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-24 14:43 zzapper
2014-03-24 17:22 ` Bart Schaefer
2014-03-24 17:34   ` zzapper
2014-03-24 17:47     ` zzapper
2014-03-24 18:04       ` Re[2]: " Manuel Presnitz
2014-03-25 12:28         ` zzapper
2014-03-24 18:11       ` Paul Johnson [this message]
2014-03-24 18:19       ` 'whence' anomaly Ray Andrews
2014-03-24 22:48         ` Bart Schaefer
2014-03-25  3:10           ` Ray Andrews
2014-03-25  6:25             ` Bart Schaefer
2014-03-25 15:32               ` Ray Andrews
2014-03-24 22:36       ` Segregating a Global Alias Bart Schaefer
2014-03-25  1:56         ` Bart Schaefer
2014-03-25 14:07           ` zzapper

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140324181138.GB8744@pjcj.net \
    --to=paul@pjcj.net \
    --cc=david@rayninfo.co.uk \
    --cc=zsh-users@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).