-
Notifications
You must be signed in to change notification settings - Fork 449
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
Fix minor errors in book #1694
Fix minor errors in book #1694
Conversation
book/pipelines.md
Outdated
@@ -453,7 +453,7 @@ drwxr-xr-x@ 4 pengs admin 128 14 Nov 13:42 en | |||
(Actually, for this simple usage you can just use [`find`](/commands/docs/find.md)) | |||
|
|||
```nu | |||
> ls /usr/share/nvim/runtime/ | get name | find tutor | ^ls -al $in | |||
> ls /usr/share/nvim/runtime/ | get name | find tutor | ansi strip | ^ls -al ...$in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Putting a pin in here that we should change that once we get rid of the find
-inserts-ANSI pathology. nushell/nushell#11899
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm glad to see this is being reviewed - it certainly tripped me up!
Thanks for reading, reviewing, catching, and fixing these! Merged! |
Just fixing some minor errors I noticed while reading the book!