bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Add -q (quiet) option to pushd/popd


From: Benjamin Barenblat
Subject: [PATCH] Add -q (quiet) option to pushd/popd
Date: Thu, 11 Apr 2019 16:41:29 -0400

Configuration Information [Automatically generated, do not change]:
Machine: x86_64
OS: linux-gnu
Compiler: gcc
Compilation CFLAGS: -g -O2 -Wno-parentheses -Wno-format-security
uname output: Linux summerland 4.9.0-8-amd64 #1 SMP Debian 4.9.144-3.1 
(2019-02-19) x86_64 GNU/Linux
Machine Type: x86_64-pc-linux-gnu

Bash Version: 5.0
Patch Level: 3
Release Status: maint

Description:
        Silence pushd/popd output if executed with -q. This could also be
        achieved by executing them with 2>/dev/null, but -q avoids the
        extra open(2).

Attachment: pushd_popd_q.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]