> On Nov 25, 2020, at 2:15 PM, Manuel Giraud <manuel@ledu-giraud.fr> wrote:
>
> I have one (somewhat) related question left: is possible to capture the
> output of pkg_delete -an in a file? I tried the following (without
> luck):
> $ pkg_delete -an > /tmp/foo
> $ pkg_delete -an > /tmp/foo 2>&1
How about:
$ script
$ pkg... ; exit
No comments:
Post a Comment