Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: keep empty lines at the end of files?
- X-seq: zsh-users 11179
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users <zsh-users@xxxxxxxxxx>
- Subject: Re: keep empty lines at the end of files?
- Date: Sat, 03 Feb 2007 12:52:37 -0800
- In-reply-to: <45C2FE72.7040303@xxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <45C2FE72.7040303@xxxxxxxxxxxxxxxxxx>
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.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author