mirror of
https://github.com/nushell/nushell
synced 2024-12-26 13:03:07 +00:00
Docs: Mention how to use str --find-replace
in the docs. (#1653)
Co-authored-by: Christoph Siedentop <christoph@siedentop.name>
This commit is contained in:
parent
10768b6ecf
commit
e7a4f31b38
1 changed files with 9 additions and 1 deletions
|
@ -61,4 +61,12 @@ Consumes either a single value or a table and converts the provided data to a st
|
||||||
─────────
|
─────────
|
||||||
Nu
|
Nu
|
||||||
━━━━━━━━━
|
━━━━━━━━━
|
||||||
|
> shells | str path --find-replace ["TUX" "skipper"]
|
||||||
|
━━━┯━━━┯━━━━━━━━━━━━┯━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
||||||
|
# │ │ name │ path
|
||||||
|
───┼───┼────────────┼────────────────────────────────
|
||||||
|
0 │ X │ filesystem │ /home/skipper/stuff/expr/stuff
|
||||||
|
1 │ │ filesystem │ /
|
||||||
|
━━━┷━━━┷━━━━━━━━━━━━┷━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
||||||
|
|
||||||
```
|
```
|
Loading…
Reference in a new issue