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

redirection of output and input, Appending Redirected Output, Here Documents #151

Closed
zh4n7wm opened this issue Jul 1, 2015 · 2 comments
Closed

Comments

@zh4n7wm
Copy link

zh4n7wm commented Jul 1, 2015

see http://linux.die.net/man/1/bash REDIRECTION section.

The general format for appending output is:
[n]>>word

The format for appending standard output and standard error is:
&>>word

This is semantically equivalent to
>>word 2>&1

Here Documents, Here Strings ...

@zh4n7wm
Copy link
Author

zh4n7wm commented Jul 2, 2015

@jlevy jlevy closed this as completed in d623fee Jul 3, 2015
@jlevy
Copy link
Owner

jlevy commented Jul 3, 2015

Here docs are already there, so I think this is now covered. If something else needs attention, file another issue. Thanks!

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

2 participants