Skip to content

Commit

Permalink
Merge pull request #813 from jannepeltola/bugfix/issue-812-ls-to-wc
Browse files Browse the repository at this point in the history
Fix typo: ls -> wc
  • Loading branch information
bob-carpenter authored Sep 12, 2024
2 parents 54f3aa9 + 1550354 commit b645f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmdstan-guide/installation.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ On Linux and macOS:
# default output written to file `output.csv`,
# default num_samples is 1000, output file should have approx. 1050 lines
> ls -l output.csv
> wc -l output.csv
# run the `bin/stansummary utility to summarize parameter estimates
> bin/stansummary output.csv
Expand Down

0 comments on commit b645f4d

Please sign in to comment.