Ask HN: Do you prefer 'how to' articles to include command line output?
When reading 'how to' articles that require commands to be run at the terminal, do you prefer to see that actual output of the command included in the article, or just the command itself (knowing that you'll see the output when you execute the command)?
2 comments
[ 3.2 ms ] story [ 10.7 ms ] threadFor the experienced user, command output may be predictable (and for traditional Unix commands, may be of length 0), but for the user unfamiliar with the commands being used, example output can serve as a confirmation that the right command was used, the desired result ensued, etc.
For less-experienced readers, be sure to provide specific commands, rather than falling victim to a recent unfortunate trend to give only a vague text description of the needed commands:
vague: "then install Frobnicate and use it on the frammis."
clear:
Test: if a reasonable user would ask how, where, or what, the instructions could be more explicit.