From e7a4f31b38a7c30b8a7fdace4a5867923558e9fe Mon Sep 17 00:00:00 2001 From: siedentop <284732+siedentop@users.noreply.github.com> Date: Fri, 24 Apr 2020 23:07:38 -0700 Subject: [PATCH] Docs: Mention how to use `str --find-replace` in the docs. (#1653) Co-authored-by: Christoph Siedentop --- docs/commands/str.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/commands/str.md b/docs/commands/str.md index fd183931e8..9d1c092179 100644 --- a/docs/commands/str.md +++ b/docs/commands/str.md @@ -61,4 +61,12 @@ Consumes either a single value or a table and converts the provided data to a st ───────── Nu ━━━━━━━━━ -``` \ No newline at end of file +> shells | str path --find-replace ["TUX" "skipper"] +━━━┯━━━┯━━━━━━━━━━━━┯━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ + # │ │ name │ path +───┼───┼────────────┼──────────────────────────────── + 0 │ X │ filesystem │ /home/skipper/stuff/expr/stuff + 1 │ │ filesystem │ / +━━━┷━━━┷━━━━━━━━━━━━┷━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ + +```