[Show "Revision History"] [Show "General Page Infos"] [Show "Page hits and edits"]

Revision History

Showing page edit history entries from 1 to 60 out of 60 entries total. (5 | 10 | 25 | 50 | 100 | 200 items per page)

# Date Size Editor Comment Action
60 2022-10-04 13:22:06 11787 to previous emanuele6 don not => do not view
59 2022-10-04 03:26:49 11788 to previous emanuele6 add more missing -- view
58 2022-10-04 03:23:59 11785 to previous emanuele6 remove comma view
57 2022-10-04 03:22:44 11786 to previous emanuele6 read => `read` view
56 2022-10-04 03:21:16 11784 to previous emanuele6 small corrections view
55 2022-10-04 03:12:13 11788 to previous emanuele6 reword view
54 2022-10-04 03:10:32 11749 to previous emanuele6 mention alternative ${arr[@]/#/--opt=} solution; use "Bash 3.1 / ksh93" more consistently view
53 2022-10-04 02:56:58 11489 to previous emanuele6 avoid unnecessary use of IFS dependant ${x:+-o "$arg"} in examples where you can just use ${x+"-o$arg"}. add more examples that require passing options and their arguments separately as a note view
52 2022-10-04 02:17:03 10595 to previous emanuele6 add some missing -- view
51 2022-09-15 20:53:14 10589 to previous larryv removed contrived scenario view
50 2022-09-15 20:00:11 13000 to previous emanuele6 revert nonsense edit view
49 2022-09-07 18:19:08 12999 to previous 212 I cannot use Bash arrays: fix code: use `xargs -r` to handle empty input view
48 2022-09-07 14:38:22 12899 to previous 79 typo view
47 2022-09-07 14:36:26 12900 to previous 79 I cannot use Bash arrays: fix code view
46 2022-09-07 14:29:44 12899 to previous 79 wording view
45 2022-09-07 14:28:41 12882 to previous 79 I cannot use Bash arrays: add limitation view
44 2022-09-07 14:08:01 11544 to previous 79 add section: I cannot use Bash arrays. How can I pass arguments in a string? view
43 2022-07-31 15:06:17 10587 to previous emanuele6 http -> https view
42 2021-02-12 22:14:22 10584 to previous GreyCat Undo ormaaj's complexifications in section 3. It's safe as long as IFS is sane. Mention this as a caveat. view
41 2017-05-29 22:59:51 11050 to previous x5ce00197 add missing quote view
40 2017-01-11 08:06:18 11049 to previous geirha empty line between anchor and headline breaks BashFAQ list view
39 2017-01-07 08:39:12 11051 to previous IsaacG   view
38 2016-04-14 18:28:32 10807 to previous GreyCat This page is being skimmed by idiots, so repeat ourselves. view
37 2015-08-14 12:18:04 10662 to previous ormaaj Looks like we can't avoid the backslashes. (thanks geirha) view
36 2015-08-13 02:08:41 10660 to previous ormaaj Field splitting an expansion into words should be the absolute last resort. Even eval is less evil. view
35 2015-04-22 11:12:18 9823 to previous ormaaj changed the paragraph about "storing pipelines". view
34 2014-08-08 16:57:09 9087 to previous GreyCat Don't always just echo commands... view
33 2014-08-08 16:49:47 8435 to previous GreyCat POSIX sh version of that sendto/MailTool example view
32 2014-08-07 19:57:11 7600 to previous GreyCat Clean up. Damn, how did the examples all get moved around SO much... view
31 2013-11-19 15:38:32 9053 to previous Lhunath Rearranging the order of a few sections to put the safer ones first, adding comments about the importance of quotes and why ${x:+} isn't quoted, and removing the noisy, dodgy ksh section. view
30 2013-08-08 03:30:56 11701 to previous ormaaj   view
29 2013-08-03 20:37:59 11676 to previous ormaaj Is there any reason to use mail? mailx is POSIX. Also add some --'s, and the recipients should go after options to avoid colliding with options or option injection. view
28 2013-08-03 06:25:55 11698 to previous ormaaj collections of commands. view
27 2013-07-18 12:14:50 8388 to previous GreyCat I guess it's not "three" any more. view
26 2013-07-17 15:41:53 8348 to previous Lhunath can't be too explicit. view
25 2013-07-17 15:39:42 8330 to previous Lhunath dynamic options to commands. view
24 2013-06-21 22:13:49 7970 to previous searspoint   view
23 2013-04-13 18:52:30 8007 to previous geirha Fix whitespace for greybot view
22 2013-04-13 11:39:49 8009 to previous pa49-176-4-183   view
21 2013-02-21 21:05:57 8013 to previous ormaaj Word-splitting here. view
20 2013-01-04 03:32:29 7517 to previous ormaaj Bug can keep this from working. view
19 2013-01-04 02:17:13 7271 to previous 200   view
18 2013-01-04 02:15:31 7271 to previous 200 Add DEBUG trap as a possibility to log executed commands. view
17 2011-04-08 14:03:14 7034 to previous Lhunath Simple cases first. view
16 2010-07-30 07:13:58 6708 to previous Lhunath Link to Arguments and move testing stuff out into its own page BashTesting (I don't vouch for the sanity of what it says) view
15 2010-06-25 20:18:06 11996 to previous MatthiasPopp   view
14 2010-01-15 15:59:07 11973 to previous WillDye s/recipent/recipient/ view
13 2009-08-29 16:31:08 11972 to previous GreyCat Run isn't safe. Needs to be fixed. view
12 2009-08-29 08:15:49 11402 to previous JariAalto How to add testing capability to a programs: correct typo view
11 2009-08-29 08:06:20 11408 to previous localhost How to add testing capability to a programs: New section view
10 2009-01-22 15:37:55 6480 to previous GreyCat major restructuring view
9 2009-01-22 08:56:17 5127 to previous Lhunath explain a bit more why functions solve the problem view
8 2009-01-22 08:46:13 4288 to previous Lhunath Functions are the real answer. view
7 2008-11-22 21:53:00 3205 to previous GreyCat first-line, and link to WordSplitting view
6 2008-11-22 14:08:29 3208 to previous localhost converted to 1.6 markup view
5 2008-05-09 16:43:50 3205 to previous GreyCat people who PISS me the FUCK off need to read this and then SHUT UP. view
4 2007-11-30 03:05:06 1709 to previous GreyCat change internal links view
3 2007-05-07 17:47:48 1685 to previous GreyCat expand view
2 2007-05-03 14:00:21 1013 to previous GreyCat make array a cross-reference to #5 view
1 2007-05-02 23:41:55 1011 redondos   view