From b25f730fd2cd1d78a5742aa8eb46c95a5ac222c9 Mon Sep 17 00:00:00 2001 From: ninthcircle Date: Sat, 29 Aug 2026 19:28:18 +0530 Subject: [PATCH] docs: refer to bashisms tutorial in blog --- blog/2024-05-15-bashisms.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/blog/2024-05-15-bashisms.md b/blog/2024-05-15-bashisms.md index 54327053a01..5e4ebb60e6b 100644 --- a/blog/2024-05-15-bashisms.md +++ b/blog/2024-05-15-bashisms.md @@ -29,3 +29,12 @@ In reedline we support these bashisms. #### How to invoke bang bang syntax In nushell when you type a bang command, it performs that functionality and places the result in the nushell command line buffer in the repl. It does not execute it. + +### Bashisms tutorial + +See the Bashisms tutorial for the supported bashisms and how to use them. +You can access the tutorial directly in Nushell using: + +```nushell +tutor bashisms +```