mirror of
https://github.com/nushell/nushell
synced 2025-01-14 06:04:09 +00:00
nth
-> select
command (#5217)
This commit is contained in:
parent
7710317224
commit
c9f05f074a
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue