Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug > #14116 > unrolled thread

Redirect to variable

Started byPePa <peterkelly@passchier.net>
First post2018-05-21 09:21 +0700
Last post2018-05-21 09:21 +0700
Articles 1 — 1 participant

Back to article view | Back to gnu.bash.bug


Contents

  Redirect to variable PePa <peterkelly@passchier.net> - 2018-05-21 09:21 +0700

#14116 — Redirect to variable

FromPePa <peterkelly@passchier.net>
Date2018-05-21 09:21 +0700
SubjectRedirect to variable
Message-ID<mailman.144.1526869326.1292.bug-bash@gnu.org>
I would like to do something like this, where output gets redirected
into a variable:

some-command >>> variablename1 2>>>variablename2

command-with-many-output-descriptors >>> var1 3>>> var3 4>>> var4

The idea is not needing files to be created but to just use memory. Half
a year ago I posted this idea here, but didn't get any reply, maybe this
isn't the right place? Am I blacklisted??

Anyway, I keep using bash.
Cheers,
Peter

[toc] | [standalone]


Back to top | Article view | gnu.bash.bug


csiph-web