Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

command format issue #124

Open
decoherencer opened this issue Dec 16, 2021 · 1 comment
Open

command format issue #124

decoherencer opened this issue Dec 16, 2021 · 1 comment

Comments

@decoherencer
Copy link

In Chapter 2, https://datascienceatthecommandline.com/2e/chapter-2-getting-started.html, directory mapping command is truncated on website.
displayed as docker run --rm -it -v "$(p
while it would be docker run --rm -it -v "$(pwd)":/data datasciencetoolbox/dsatcl2e

@decoherencer
Copy link
Author

seq 1000 | parallel -N100 --pipe --slf hostnames "paste -sd+ | bc" | paste -sd+ | bc#! enter=FALSE

This line is not displayed properly on online book too at https://datascienceatthecommandline.com/2e/chapter-8-parallel-pipelines.html
truncated in the last part paste -sd+ | bc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant