Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions blog/2024-05-15-bashisms.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```