Home Explore Blog CI



nushell

book/coming_to_nu.md
ed0fde75997fdf0d59793ac08f631586fed95c05f0571da600000003000002bd
# Coming to Nu

If you are familiar with other shells or programming languages, you might find this chapter useful to get up to speed.

[Coming from Bash](coming_from_bash.md) shows how some patterns typical for Bash, or POSIX shells in general, can be mapped to Nushell.
Similarly, [Coming from CMD.EXE](coming_from_cmd.md) shows how built-in commands in the Windows Command Prompt can be mapped to Nushell.

Similar comparisons are made for some [other shells and domain-specific languages](nushell_map.md), [imperative languages](nushell_map_imperative.md), and [functional languages](nushell_map_functional.md).
A separate comparison is made specifically for [operators](nushell_operator_map.md).

Chunks
8254cd23 (1st chunk of `book/coming_to_nu.md`)
Title: Introduction to Nu for Users of Other Languages
Summary
This chapter helps users familiar with other shells and programming languages get up to speed with Nushell. It provides comparisons and mappings from Bash, CMD.EXE, other shells, domain-specific languages, imperative languages, functional languages, and operators to Nushell.