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

Revision History

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

83 58 33 8 Older
# Date Size Editor Comment Action
83 2022-11-03 23:42:27 13778 to previous GreyCat workaround courtesy of Koichi Murase view
82 2022-11-02 19:10:47 13161 to previous emanuele6 specify what happens in bash 5.2 if $rep is not quoted view
81 2022-11-02 18:47:26 13085 to previous GreyCat expand upon the bash 5.2 "$rep" disaster explanation a bit, and move the explanation closer to its example view
80 2022-11-02 18:28:55 12852 to previous emanuele6 mention portability quirk about "${var/pat/$rep}" view
79 2022-11-02 11:54:44 12699 to previous emanuele6 remove unnecessary local variables in replace() function view
78 2022-11-02 11:51:38 12732 to previous emanuele6 since 5.2: ${pat/a/"$rep"} needs quotes; use -- with perl; fix wrong replace() function: ${1+-i} => ${3+'-i'}; shift 2 doesn't shift at all if $#<2, use shift;shift or "${@:3}" instead view
77 2022-08-23 09:33:58 12715 to previous emanuele6 simplify awk (the environment variables are always set, and even if they weren't it would not be a problem) view
76 2022-08-21 21:43:48 12727 to previous emanuele6 fixup variable names view
75 2022-08-21 21:38:10 12724 to previous emanuele6 pass variables to awk using environment variables instead of -v var="${var//'\'/'\\'}". it seems that nawk doesn't like strings containing newline as argument for -v, so that pe is not good enough view
74 2022-01-23 08:45:10 12767 to previous emanuele6 unset => unset -v view
73 2021-01-25 15:04:26 12764 to previous 178 Add a way with confirmation using vim, grep, find. From bouncepaw2 at ya.ru view
72 2020-12-04 01:25:18 12345 to previous GreyCat Promote the perl \Q solution above all others, because it's the only one that doesn't suck horribly. view
71 2017-03-07 15:21:05 11089 to previous StephaneChazelas mention symlink issue remove minor as it's not minor, you may also no be able to reapply the same permissions. Also mention other possible metadata that people may overlook view
70 2017-03-03 19:42:58 10965 to previous GreyCat discuss in-place editing vs temp file view
69 2016-09-18 17:35:45 9453 to previous torland1-this Use case instead of test. Remove true and : and move condition into test of while loop view
68 2016-09-18 17:24:34 9455 to previous torland1-this Also works with OpenBSD view
67 2016-09-18 17:22:20 9446 to previous torland1-this   view
66 2016-06-16 00:39:52 9441 to previous chulak   view
65 2015-06-18 19:50:26 9442 to previous GreyCat The #pragma is screwing up numbers on the parent page. I think. view
64 2015-04-28 21:00:54 9469 to previous GreyCat remove weird complicated perl example that is followed by a simpler example; fix the simpler one; add shell function wrapper for it view
63 2014-01-14 14:41:41 9196 to previous geirha adding ./ in front of globs. Also, **/* is the same as ** view
62 2014-01-13 21:49:56 9198 to previous xs Corrected a trio of copy-paste errors mentioning a bare "file" when no such thing exists. view
61 2013-04-04 18:07:52 9211 to previous Lhunath   view
60 2013-04-04 18:06:12 9211 to previous Lhunath Add in `ex` examples since it's usually much simpler than `ed` view
59 2013-03-12 20:00:17 8537 to previous 74 ed is not the only POSIX editor view
83 58 33 8 Older