-
-
Notifications
You must be signed in to change notification settings - Fork 56
Adding @gvwilson's original lesson from #25
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
base: gh-pages
Are you sure you want to change the base?
Adding @gvwilson's original lesson from #25
Conversation
https://github.com/swcarpentry/bc/blob/gh-pages/intermediate/shell/04-job.md to the new shell-extras lesson.
|
Maybe you could show some "simulated" output from a command as it's running, and then show the effects of ^C and ^Z? |
|
Another note, backgrounding a process that prints to stdout will allow it to continue to do so, possibly messing badly with the terminal. We should probably have a mention of that somewhere. |
06-job-control.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That last half sentence is rather vague and isn't adding much. What has this to do with networks?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Break paragraph before Column 4
|
@ChristinaLK some more minor suggestions, otherwise this looks good I think. |
https://github.com/swcarpentry/bc/blob/gh-pages/intermediate/shell/04-job.md
to the new shell-extras lesson.
I'd be interested in comments about how to handle the
^Zand^Ccommands - they're not input in the same way thatcat blah.txtis, and yet they need to be indicated somehow...