aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/blog/2022-09-13-sh-1/sh-1.md2
1 files changed, 1 insertions, 1 deletions
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
179and redirect them both to `/dev/null` with 179and redirect them both to `/dev/null` with
180 180
181``` 181```
182$ command >&2 >/dev/null 182$ command >/dev/null 2>&1
183``` 183```
184 184
185### Expansion 185### Expansion

Generated with cgit - Back to sebastiano.tronto.net