Skip to content

Update pipelines.md#1874

Merged
fdncred merged 1 commit into
nushell:mainfrom
kkoang:patch-4
Apr 12, 2025
Merged

Update pipelines.md#1874
fdncred merged 1 commit into
nushell:mainfrom
kkoang:patch-4

Conversation

@kkoang
Copy link
Copy Markdown
Contributor

@kkoang kkoang commented Apr 12, 2025

test code:

# test.nu
nu demo.nu o> file.txt
(open file.txt) == "foo\n" # true

nu demo.nu e> file.txt
(open file.txt) == "barbar\n" # true

nu demo.nu o+e> file.txt
(open file.txt) == "foo\nbarbar\n" # true

@fdncred
Copy link
Copy Markdown
Contributor

fdncred commented Apr 12, 2025

Thanks

@fdncred fdncred merged commit b551f96 into nushell:main Apr 12, 2025
2 checks passed
@kkoang kkoang deleted the patch-4 branch May 13, 2025 08:07
@kkoang kkoang restored the patch-4 branch May 13, 2025 08:08
@kkoang kkoang deleted the patch-4 branch May 13, 2025 08:08
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.

2 participants