mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 16:33:37 +01:00
nth
-> select
command (#5217)
This commit is contained in:
parent
7710317224
commit
c9f05f074a
@ -178,7 +178,7 @@ The most common form of data in Nushell is the table. Tables contain rows and
|
||||
columns of data. In each cell of the table, there is data that you can access
|
||||
using Nushell commands.
|
||||
|
||||
To get the 3rd row in the table, you can use the `nth` command:
|
||||
To get the 3rd row in the table, you can use the `select` command:
|
||||
```
|
||||
ls | select 2
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user