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

Error in reactor.txt (p.25) #8

Open
splungedude opened this issue Feb 2, 2023 · 0 comments
Open

Error in reactor.txt (p.25) #8

splungedude opened this issue Feb 2, 2023 · 0 comments

Comments

@splungedude
Copy link

Bottom of page 25 on using pipes has the command:
$ head -1 reactor.txt | tail -1
This gives line 10 of reactor.txt which is a blank line.
It should be:
$ head -11 reactor.txt | tail -1
or reactor.txt should be edited to have line 2 or 3 removed.

https://github.com/physics-codes/examples/blob/master/filespace/people/l/lisemeitner/fission/applications/power/reactor.txt

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