Skip to content

Commit

Permalink
Update coming_from_bash.md (#1158)
Browse files Browse the repository at this point in the history
added `read` -> `input`
  • Loading branch information
FMotalleb authored Nov 28, 2023
1 parent e08cbd9 commit c6294e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions book/coming_from_bash.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,5 @@ Note: this table assumes Nu 0.60.0 or later.
| `bash <script file>` | `nu <script file>` | Run a script file |
| `\` | `( <command> )` | A command can span multiple lines when wrapped with `(` and `)` |
| `pwd` | `$env.PWD` | Display the current directory |
| `read var` | `let var = input` | Get input from the user. |

0 comments on commit c6294e1

Please sign in to comment.