From 4890b04c7aee58c9f27179aa6bfaebd1dd9c8150 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Thu, 12 Sep 2024 16:33:11 +0200 Subject: Fix --- src/blog/2022-09-13-sh-1/sh-1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/blog/2022-09-13-sh-1/sh-1.md b/src/blog/2022-09-13-sh-1/sh-1.md index 1c279a7..5748625 100644 --- a/src/blog/2022-09-13-sh-1/sh-1.md +++ b/src/blog/2022-09-13-sh-1/sh-1.md @@ -179,7 +179,7 @@ completely silent, you can merge standard output and standard error and redirect them both to `/dev/null` with ``` -$ command >&2 >/dev/null +$ command >/dev/null 2>&1 ``` ### Expansion -- cgit v1.3