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 │ / +━━━┷━━━┷━━━━━━━━━━━━┷━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ + +```