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

Revision History

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

83 73 63 53 43 33 3 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
83 73 63 53 43 33 3 Older