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

Add file append #387

Merged
merged 5 commits into from
Aug 13, 2022
Merged

Add file append #387

merged 5 commits into from
Aug 13, 2022

Conversation

vinc
Copy link
Owner

@vinc vinc commented Aug 13, 2022

Use file append in => shell redirection, transforming the operation from the equivalent of > to >> in the Unix world. We might revisit that decision later by adding a =>> operation.

This will close #377

@vinc vinc marked this pull request as ready for review August 13, 2022 23:12
@vinc vinc merged commit e0596f9 into trunk Aug 13, 2022
@vinc vinc deleted the feature/file-append branch August 13, 2022 23:12
@vinc vinc mentioned this pull request Aug 13, 2022
12 tasks
@vinc vinc mentioned this pull request Aug 27, 2022
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

Successfully merging this pull request may close these issues.

Should shell redirections truncate or append?
1 participant