From: Linux for blind general discussion <blinux-list@redhat.com>
To: Linux for blind general discussion <blinux-list@redhat.com>
Subject: Re: apt-get error with espeakup
Date: Thu, 22 Nov 2018 15:16:56 +0200 (IST) [thread overview]
Message-ID: <alpine.DEB.2.11.1811221511050.1364@debian.work> (raw)
In-Reply-To: <CAO2sX32DKBPZ_-qBm1_arEiYQqF45Y1saijgkg9AXXa-eMmG6g@mail.gmail.com>
On Thu, 22 Nov 2018, Linux for blind general discussion wrote:
> A copy and paste of your sources.list or the output of apt would be
> useful in trouble shooting your issue. You can follow the apt command
> with > filename or 2> filename to redirect standard output and error
> output to a text file if that helps in getting the output into your
> message(sadly, I don't know how to redirect both simultaneously, ...
command >filename 2>&1
This technique is also very useful when you want to pipe output which has
errors, or you want to read the program help for a program which sends the
help text to standard output (this drives me mad).
command 2>&1 |less
Finallly, if you do want output and errors in separate files, you can
still do it with one command:
command >output_file 2>error_file
HTH,
Geoff.
next prev parent reply other threads:[~ UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
Linux for blind general discussion
` Linux for blind general discussion
` Linux for blind general discussion
` Linux for blind general discussion
` Linux for blind general discussion
` Linux for blind general discussion [this message]
` Linux for blind general discussion
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=alpine.DEB.2.11.1811221511050.1364@debian.work \
--to=blinux-list@redhat.com \
/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.
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 read-only IMAP folder(s) and NNTP newsgroup(s).