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

Revision History

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

# Date Size Editor Comment Action
540 2022-03-07 03:37:42 82931 to previous larryv 4: reword description of the x-hack; link to Vidar Holen's notes view
539 2022-02-17 15:34:38 82936 to previous bashrc   view
538 2022-02-17 15:23:04 82940 to previous bashrc replace all non-code instances of '--' with '—' to avoid confusion view
537 2022-02-17 15:16:51 82930 to previous bashrc replace "..." with "…" to avoid syntax confusion view
536 2022-02-17 15:01:05 82931 to previous bashrc fix grammar view
535 2021-08-02 23:06:45 82937 to previous GreyCat 63: while ... done <<< "$(foo)" view
534 2021-06-04 19:33:41 81330 to previous ormaaj   view
533 2021-06-04 14:47:15 81305 to previous ormaaj   view
532 2021-06-04 14:43:46 81316 to previous ormaaj 45 rephrase view
531 2021-03-11 07:19:30 81188 to previous geirha redirection doesn't match up with example output view
530 2021-02-23 23:34:10 81200 to previous GreyCat more on 62 view
529 2021-02-23 13:11:09 80684 to previous GreyCat 62: (( hash[$key]++ )) view
528 2021-02-15 19:02:10 79440 to previous GreyCat 61: [[ -v hash[$key] ]] view
527 2020-10-15 11:19:55 78517 to previous StephaneChazelas   view
526 2020-10-15 09:38:40 78162 to previous StephaneChazelas [0-9] and [[:digit:]] can match all sorts of things besides 0123456789. Better to rule out the empty string even if it would be interpreted as 0. It's critical to quote expansions in arguments to `[` view
525 2020-10-14 14:10:07 77345 to previous intranet remove questionable wording view
524 2020-09-08 21:12:16 77382 to previous geirha odd linebreak view
523 2020-09-08 21:01:59 77387 to previous geirha minor changes from #bash feedback view
522 2020-09-08 20:52:02 77391 to previous geirha set -euo pipefail view
521 2020-06-18 19:11:42 72598 to previous GreyCat more bad examples for #10 view
520 2020-03-14 12:44:01 72183 to previous bzq-79-179-229-115 incorrect variable name 'i' instead of 'file' view
519 2019-11-09 08:49:48 72204 to previous 89-23-224-57 The 1000 limit is no longer true on my system. The general problem still holds, though. view
518 2019-07-13 22:25:38 72158 to previous geirha mycmd might not need to be run as root, so let's not encourage it view
517 2019-07-12 10:42:50 72163 to previous 122 Add sudo tee file >/dev/null as alternative to wrapper view
516 2019-06-17 15:41:47 71998 to previous GreyCat pf59: i=$(( 10#$i )) view