Skip to content

Update pipelines.md#1880

Closed
kkoang wants to merge 1 commit into
nushell:mainfrom
kkoang:patch-5
Closed

Update pipelines.md#1880
kkoang wants to merge 1 commit into
nushell:mainfrom
kkoang:patch-5

Conversation

@kkoang
Copy link
Copy Markdown
Contributor

@kkoang kkoang commented Apr 16, 2025

If there is only one file or folder named "tutor" in /usr/share/nvim/runtime/, removing tr -d '\n' does not affect the command's execution. However, if /usr/share/nvim/runtime/ contains other files or folders besides "tutor" whose names also include "tutor" (like "tutor100" or "123tutor"), then running both ls /usr/share/nvim/runtime/ | get name | ^grep tutor | ^ls -la $in and ls /usr/share/nvim/runtime/ | get name | to text | ^grep tutor | tr -d '\n' | ^ls -la $in will result in an error.

@kkoang kkoang closed this May 13, 2025
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.

1 participant