# |
Date |
Size |
|
Editor |
Comment |
Action |
74 |
2025-05-04 06:16:45 |
36341 |
to previous |
StephaneChazelas |
writing awk scripts is a bad recommendation |
view |
73 |
2025-05-04 05:37:48 |
35476 |
to previous |
StephaneChazelas |
The point was that that syntax (including expr, backticks and missing quotes) is an ancient one that shouldn't be used any longer. |
view |
72 |
2025-05-03 18:27:17 |
35473 |
to previous |
StephaneChazelas |
|
view |
71 |
2025-05-03 17:30:38 |
34709 |
to previous |
StephaneChazelas |
|
view |
70 |
2025-05-03 17:28:41 |
34704 |
to previous |
StephaneChazelas |
|
view |
69 |
2025-05-03 16:50:56 |
32670 |
to previous |
StephaneChazelas |
word splitting and shell syntax tokenisation are two completely unrelated things! |
view |
68 |
2025-04-29 06:30:13 |
30942 |
to previous |
81 |
(built-in math): reword, add POSIX. |
view |
67 |
2025-04-29 06:24:43 |
30909 |
to previous |
81 |
(math): use modern $() in example |
view |
66 |
2025-04-29 06:22:52 |
30908 |
to previous |
81 |
(use quotes): use more neutral tone |
view |
65 |
2025-04-29 06:13:12 |
30840 |
to previous |
81 |
(shebang, test(1) command, backtick): rewrite in neutral tone. |
view |
64 |
2025-04-29 05:50:53 |
30862 |
to previous |
81 |
(Scriots on the web): reword, more neutral advice |
view |
63 |
2025-04-29 05:44:24 |
30953 |
to previous |
81 |
(Awk, POSIX): rewrite paragraphs in more neutral tone. |
view |
62 |
2025-04-29 05:25:37 |
30956 |
to previous |
81 |
Update obsolete 1996 suggestion to write only in bash 2.x. Change to suggest more relevant macOS target 3.2 |
view |
61 |
2023-06-12 00:57:43 |
30937 |
to previous |
76 |
Added a warning about using single quotes when assigning to PS4 |
view |
60 |
2021-11-05 18:01:47 |
30711 |
to previous |
emanuele6 |
suggest a more bash5 friendly solution. |
view |
59 |
2021-11-04 21:17:33 |
30671 |
to previous |
emanuele6 |
remove unnecessary and potentially unwanted export |
view |
58 |
2021-11-04 20:55:39 |
30678 |
to previous |
emanuele6 |
simplify setx_output and remove requirement to not use fd4 elsewhere in the script. note that {var}>> was introduced in 4.1 with BASH_XTRACEFD so there should not be portability issues. |
view |
57 |
2021-05-27 07:53:51 |
30721 |
to previous |
geirha |
s/freenode/libera |
view |
56 |
2019-03-16 20:59:21 |
30697 |
to previous |
monade |
No it didn't |
view |
55 |
2019-03-16 20:49:39 |
30699 |
to previous |
tor-exit1-readme |
$1 needed quotes |
view |
54 |
2016-03-01 07:09:08 |
30697 |
to previous |
ormaaj |
This page is about best practices though. |
view |
53 |
2016-02-28 14:58:25 |
30444 |
to previous |
izabera |
please show an example of a c-style for loop being faster than the {1..10000} version |
view |
52 |
2016-02-26 10:39:39 |
30652 |
to previous |
ool-182ff09d |
for number in {1..10} is actually slow for big numbers. |
view |
51 |
2015-12-29 14:08:52 |
30444 |
to previous |
155 |
Minor spelling error |
view |
50 |
2015-12-21 01:32:33 |
30444 |
to previous |
pool-98-116-152-71 |
|
view |
49 |
2015-05-01 15:55:34 |
30472 |
to previous |
209-6-36-110 |
Made the text more friendly! |
view |
48 |
2014-11-28 08:18:23 |
30440 |
to previous |
geirha |
spam |
view |
47 |
2014-11-28 07:08:00 |
34 |
to previous |
148 |
eqweqe |
view |
46 |
2014-07-17 11:54:42 |
30440 |
to previous |
GreyCat |
The wording change makes no sense. |
view |
45 |
2014-07-16 18:52:17 |
30443 |
to previous |
proxy61 |
|
view |
44 |
2014-06-04 21:27:52 |
30440 |
to previous |
GreyCat |
Get that fork-bomb exploit crap out of here. |
view |
43 |
2014-06-04 16:56:49 |
30482 |
to previous |
187 |
|
view |
42 |
2014-03-04 10:03:38 |
30440 |
to previous |
geirha |
some missing quotes. Perhaps it should use printf instead though ... |
view |
41 |
2013-07-05 12:21:38 |
30436 |
to previous |
197-33 |
suppress '!' in echo command because il would call the "!" interpreter command |
view |
40 |
2013-07-01 16:43:12 |
30437 |
to previous |
ormaaj |
Sure, but read -r -d '' isn't POSIX either. Doesn't improve portability much. Better to leave it all non-POSIX. |
view |
39 |
2013-06-26 09:08:07 |
30454 |
to previous |
84-73-54-61 |
POSIX-compliant NUL-separated find output |
view |
38 |
2013-06-24 11:32:43 |
30437 |
to previous |
geirha |
no point in a list with only one element |
view |
37 |
2013-06-23 14:31:00 |
30440 |
to previous |
GreyCat |
replace silly table things with subsections |
view |
36 |
2013-06-23 08:58:14 |
30976 |
to previous |
geirha |
{{{ eats hashbangs |
view |
35 |
2013-06-22 15:55:12 |
30958 |
to previous |
Lhunath |
Messed up code blocks and more. |
view |
34 |
2013-06-22 14:33:47 |
30966 |
to previous |
host81-129-0-171 |
|
view |
33 |
2013-01-16 21:30:20 |
30958 |
to previous |
geirha |
Turn these to code-blocks since dblatex seems to eat some whitespace otherwise |
view |
32 |
2013-01-16 21:23:48 |
30956 |
to previous |
geirha |
|
view |
31 |
2013-01-16 20:54:17 |
30948 |
to previous |
geirha |
Ease up on [[BASH]], and fix some indentation |
view |
30 |
2013-01-10 12:51:27 |
31491 |
to previous |
Lhunath |
Bad spelling fix |
view |
29 |
2013-01-10 09:07:57 |
31490 |
to previous |
net |
|
view |
28 |
2012-11-30 21:11:27 |
31491 |
to previous |
geirha |
formatting |
view |
27 |
2012-11-30 17:40:08 |
31540 |
to previous |
geirha |
Anchors and headings |
view |
26 |
2011-10-20 19:36:56 |
31486 |
to previous |
GreyCat |
logging set -x output to a file |
view |
25 |
2011-06-27 14:06:18 |
31117 |
to previous |
GreyCat |
Don't use a for loop to read the lines of a file. |
view |
24 |
2011-05-12 19:48:39 |
30950 |
to previous |
GreyCat |
make sure the word shebang appears here (as well as its previous instances) |
view |
23 |
2011-05-11 21:31:23 |
30917 |
to previous |
GreyCat |
clean up |
view |
22 |
2011-04-24 02:13:20 |
30435 |
to previous |
GreyCat |
appending is probably what's wanted here |
view |
21 |
2011-04-23 22:16:10 |
30446 |
to previous |
ppp-94-64-120-40 |
change setx_output to clean up what really matters, quotes the filename when doing the redirection |
view |
20 |
2011-04-23 18:39:14 |
30431 |
to previous |
c-69-249-116-116 |
|
view |
19 |
2011-03-31 01:55:19 |
29689 |
to previous |
200 |
|
view |
18 |
2011-03-07 09:21:36 |
29716 |
to previous |
Lhunath |
scope stepping read with a subshell so it doesn't affect the script's REPLY |
view |
17 |
2011-03-07 09:02:28 |
29714 |
to previous |
Lhunath |
Stepping |
view |
16 |
2010-12-31 17:29:49 |
29257 |
to previous |
sputnick |
|
view |
15 |
2010-08-05 12:24:14 |
29256 |
to previous |
GreyCat |
clean up the "don't use ls" bit |
view |
14 |
2010-08-05 00:18:38 |
29096 |
to previous |
dsl-173-206-238-32 |
|
view |
13 |
2010-08-05 00:17:40 |
29247 |
to previous |
dsl-173-206-238-32 |
|
view |
12 |
2010-08-05 00:16:36 |
29398 |
to previous |
dsl-173-206-238-32 |
Added the bash debugger to the debugging section |
view |
11 |
2010-08-05 00:15:30 |
28764 |
to previous |
87 |
A little bit over-kill if you control all variables there's no harm in doing most of these things. |
view |
10 |
2010-07-13 20:30:42 |
28482 |
to previous |
GreyCat |
stuff, bleh. |
view |
9 |
2010-07-13 19:57:23 |
28226 |
to previous |
GreyCat |
more shebang stuff |
view |
8 |
2009-12-28 16:59:33 |
28216 |
to previous |
GreyCat |
add local TOC |
view |
7 |
2009-12-28 16:55:27 |
28168 |
to previous |
GreyCat |
merged subpages |
view |
6 |
2008-11-22 14:08:49 |
617 |
to previous |
localhost |
converted to 1.6 markup |
view |
5 |
2008-05-15 11:18:50 |
617 |
to previous |
Lhunath |
|
view |
4 |
2008-05-15 11:12:18 |
26712 |
to previous |
Lhunath |
oops. dublicate paragraph. |
view |
3 |
2008-05-15 11:10:58 |
27212 |
to previous |
Lhunath |
Revert to revision 1. |
view |
2 |
2008-05-15 08:37:24 |
26712 |
to previous |
squid1 |
|
view |
1 |
2008-05-08 21:01:44 |
27212 |
|
Lhunath |
|
view |