mirror of
https://github.com/nushell/nushell.git
synced 2024-12-24 16:09:11 +01:00
Fixed two typos in the tutor. (#4051)
This commit is contained in:
parent
d395816929
commit
92c855a412
@ -166,7 +166,7 @@ This will get the 3rd (note that `nth` is zero-based) row in the table created
|
|||||||
by the `ls` command. You can use `nth` on any table created by other commands
|
by the `ls` command. You can use `nth` on any table created by other commands
|
||||||
as well.
|
as well.
|
||||||
|
|
||||||
You can also access the column of data in one of two ways. If you want to want
|
You can also access the column of data in one of two ways. If you want
|
||||||
to keep the column as part of a new table, you can use `select`.
|
to keep the column as part of a new table, you can use `select`.
|
||||||
```
|
```
|
||||||
ls | select name
|
ls | select name
|
||||||
@ -274,7 +274,7 @@ This can be helpful if you want to later processes these values.
|
|||||||
The `echo` command can pair well with the `each` command which can run
|
The `echo` command can pair well with the `each` command which can run
|
||||||
code on each row, or item, of input.
|
code on each row, or item, of input.
|
||||||
|
|
||||||
You can continue to learn more about the `echo` command by running:
|
You can continue to learn more about the `each` command by running:
|
||||||
```
|
```
|
||||||
tutor each
|
tutor each
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user