zsh-users
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: zsh-users <zsh-users@sunsite.dk>
Subject: Re: keep empty lines at the end of files?
Date: Sat, 03 Feb 2007 12:52:37 -0800	[thread overview]
Message-ID: <070203125237.ZM7933@torch.brasslantern.com> (raw)
In-Reply-To: <45C2FE72.7040303@ulpmm.u-strasbg.fr>

On Feb 2, 10:03am, Marc Chantreux wrote:
}
} I have some files with very important empty lines at the end of them.
} 
} Is the a clean and short way to *not* trim the file ?

zmodload -i zsh/mapfile
content=${mapfile[ldap_user_passwd]}

I'm not sure, historically speaking, why $(<...) is trimming trailing
blank lines.


  reply	other threads:[~2007-02-03 20:53 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-02  9:03 Marc Chantreux
2007-02-03 20:52 ` Bart Schaefer [this message]
2007-02-04 16:46   ` Stephane Chazelas

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=070203125237.ZM7933@torch.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=zsh-users@sunsite.dk \
    /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).