]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
scripts/bash_aliases: duffman(): Silence output of cp(1)
authorAlejandro Colomar <alx@kernel.org>
Sun, 15 Dec 2024 19:40:46 +0000 (20:40 +0100)
committerAlejandro Colomar <alx@kernel.org>
Sun, 15 Dec 2024 19:40:56 +0000 (20:40 +0100)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
scripts/bash_aliases

index eef3c9a018d2393cfa3a568b47afeabab8e6826f..7576f67010addf6ed9088bab3ab3e28f4f9f5fdb 100644 (file)
@@ -118,5 +118,5 @@ duffman()
        done \
        | less -R;
 
-       cd -;
+       cd - >/dev/null;
 }