about summary refs log tree commit diff stats
path: root/pages/nntp.md
diff options
context:
space:
mode:
authorRaf Czlonka <rczlonka@gmail.com>2023-07-11 16:13:32 +0100
committerRaf Czlonka <rczlonka@gmail.com>2023-07-11 16:13:32 +0100
commit4e2c82f4fb8119d3dfde9fb82b7685beda6c8cc2 (patch)
treeb5f1752242502ea84db53bda7d3c72bd7fb8c44b /pages/nntp.md
parent0a2509e3e050b1b7add84530494738f37cc5f1b4 (diff)
downloadwiki-4e2c82f4fb8119d3dfde9fb82b7685beda6c8cc2.tar.gz
Improve command substitution
- .kshrc file isn't special - $ENV can point to any file
- use $MAIL since is available by default
- replace backticks ('`') with '$()' - they both nest and look better
- be consistent about using `[` or `test` - chose the latter here
- use `-n` for the second test case in order to keep the examples'
  logic the same:

	[...] && echo '* '
Diffstat (limited to 'pages/nntp.md')
0 files changed, 0 insertions, 0 deletions
7 ^
afe6ac9 ^
10885d3 ^
b55bd70 ^
4ec0420 ^
52a8cc8 ^





b55bd70 ^
19390b1 ^
97ced11 ^
19390b1 ^
a73a882 ^
b38905b ^
a73a882 ^
19dcbc5 ^

0982e47 ^
19dcbc5 ^
b60406c ^


19dcbc5 ^

























a73a882 ^



d6a6eca ^
a08d83b ^



a73a882 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68