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

Revision History

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

# Date Size Editor Comment Action
462 2015-12-23 17:30:55 56026 to previous 38 Adds missing $ signs in first part of Pitfall 7. view
461 2015-11-26 15:34:38 56024 to previous GreyCat Completely incorrect assertion. Try this: var="-n"; echo "$var" Even if your assertion WERE true for bash >= n we would still have to mark it a pitfall for other shells/versions. view
460 2015-11-26 08:18:12 55716 to previous pool-173-61-210-188 Removed claim that echo can't safely display a variable like var="-n Text". As of bash 4.1.7, echo $var _will_ interpret the leading -n as a flag, but echo "$var" will print exactly what's expected. view
459 2015-11-22 21:25:54 56024 to previous GreyCat ssh (or ffmpeg) only running once in a while read loop is FAQ 89 view
458 2015-11-22 20:48:03 56519 to previous 199   view
457 2015-09-02 15:13:49 56024 to previous GreyCat Put the UMQ right up top. Change some wording. view
456 2015-09-02 14:47:54 55095 to previous GreyCat no, IFS=$'\n' won't work either view
455 2015-09-02 13:05:50 54761 to previous cpc38-dudl11-2-0-cust78   view
454 2015-08-18 08:42:11 54695 to previous geirha The description of how sed works, and even the proposed solution is wrong. view
453 2015-08-17 23:23:13 55177 to previous pool-100-32-136-77 added pitfal on using sed to grab values from stream view