diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-09-12 16:33:11 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-09-12 16:33:11 +0200 |
| commit | 4890b04c7aee58c9f27179aa6bfaebd1dd9c8150 (patch) | |
| tree | e3c36e709490c2b103ceaea160f5b92587763eac /src | |
| parent | 5a5502e5275f7a3f1eaa95bde26257e732cacaf9 (diff) | |
| download | sebastiano.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.md | 2 |
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 | |||
| 179 | and redirect them both to `/dev/null` with | 179 | and 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 |
