mirror of
https://github.com/nushell/nushell
synced 2024-11-10 15:14:14 +00:00
Update README.md
This commit is contained in:
parent
a367b90df1
commit
996ccb5a19
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ At the moment, executing a command that isn't identified as a built-in new comma
|
|||
| ------------- | ------------- |
|
||||
| from-json | Parse text as .json and create table |
|
||||
| from-toml | Parse text as .toml and create table |
|
||||
| split-column sep ...fields | Split row contents across multiple rows via the separator |
|
||||
| split-column sep ...fields | Split row contents across multiple columns via the separator |
|
||||
| split-row sep | Split row contents over multiple rows via the separator |
|
||||
| trim | Trim leading and following whitespace from text data |
|
||||
| {external-command} $it | Run external command with given arguments, replacing $it with each row text |
|
||||
|
|
Loading…
Reference in a new issue