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

File redirections #87

Merged
merged 4 commits into from
Sep 25, 2021
Merged

File redirections #87

merged 4 commits into from
Sep 25, 2021

Conversation

magicant
Copy link
Owner

@magicant magicant commented Sep 23, 2021

Implements >, >|, >>, and <> redirections. (< was implemented in #86)

The clobber shell option is not yet supported in this pull request, so the > redirection behaves the same as the >| redirection.

  • >
  • >|
  • >>
  • <>

@magicant magicant self-assigned this Sep 23, 2021
@magicant magicant added this to In progress in Main via automation Sep 23, 2021
@magicant magicant marked this pull request as ready for review September 24, 2021 15:26
@magicant magicant merged commit 4a98c60 into master Sep 25, 2021
@magicant magicant deleted the redir branch September 25, 2021 08:54
Main automation moved this from In progress to Done Sep 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Main
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

1 participant