aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-09-12 16:33:11 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-09-12 16:33:11 +0200
commit4890b04c7aee58c9f27179aa6bfaebd1dd9c8150 (patch)
treee3c36e709490c2b103ceaea160f5b92587763eac /src
parent5a5502e5275f7a3f1eaa95bde26257e732cacaf9 (diff)
downloadsebastiano.tronto.net-4890b04c7aee58c9f27179aa6bfaebd1dd9c8150.tar.gz
sebastiano.tronto.net-4890b04c7aee58c9f27179aa6bfaebd1dd9c8150.zip
Fix
Diffstat (limited to 'src')
-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