Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: would it be nice to support =<< ? (not the haskell one)
- X-seq: zsh-users 22110
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: Re: would it be nice to support =<< ? (not the haskell one)
- Date: Thu, 10 Nov 2016 08:44:10 -0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version; bh=Z7CddStSS7307Kxs2A2mGIGJfWbAdiSPkBv/l91OMTM=; b=McRR+dOZ3mc6tvaoLMTsl25O9htjbeml/Bm0Osf/bPDiB4UKlq/UDlrRO4UKLnJgU2 ANCCynEy4Gd7KM99UqFPV3pxkWPFsxtfuJ5XdgIjn4SkfTHwwwqgvgm6wxzCw4CzhFFj pvXnYAV7KhlmYp6G3Yz4nU8UmE7k4pEfF0ETZQopz1XcE8aQnx5aZqoqnSNnEDVBpsFE HT1fF2GGds0amwwZedy9T4edLtyZPx3rGbvyHzDGlQqB+/04tlqNTRWZxVQOoq4sG40f 4yStXWlMo+KPq0RHfUWzpxfi1soS3ShV/XB73ZFnpHyNw9qd4lqLxxWelRCvoAKrFhUy kwzQ==
- In-reply-to: <20161110081520.GA13495@aurora-borealis.phear.org>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <20161109180219.GA28703@aurora-borealis.phear.org> <CAH+w=7bU8SA92+VHwPwJBTaPX4a6JnJ3Y3iukPv+9h0ibj3e5Q@mail.gmail.com> <20161110081520.GA13495@aurora-borealis.phear.org>
On Nov 10, 8:15am, khatar@xxxxxxxxx wrote:
}
} in another hand, i realize i assumed that using read with an heredoc
} doesn't need a fork. was i wrong ?
You were not wrong. Here-documents use a hidden temporary file, but
do not fork.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author