Home Explore Blog CI



nushell

1st chunk of `book/getting_started.md`
01af5a2206f78687de21b6aeb4902b4b5fc356d6b288e4f000000001000001e0
# Getting Started

Let's get started! :elephant:

The next sections will give you a [short tour of Nushell by example](quick_tour.md) (including how to get help from within Nushell) and show you how to [move around your file system](moving_around.md).

Then, because Nushell takes some design decisions that are quite different from typical shells or dynamic scripting languages, make sure to check out [Thinking in Nu](thinking_in_nu.md) where we explain some of these concepts.

Title: Getting Started with Nushell
Summary
This section serves as an introduction to Nushell and provides a roadmap for new users to begin their learning journey. It highlights the initial steps to take in order to become familiar with the shell. The recommended path includes exploring a practical, example-driven quick tour, which also covers how to access help resources within Nushell itself. Following this, the guide suggests learning how to effectively navigate the file system using Nushell commands. Finally, due to Nushell's unique design choices that differentiate it from conventional shells and dynamic scripting languages, the section emphasizes the importance of understanding the 'Thinking in Nu' principles. This understanding is crucial for grasping the underlying concepts that govern Nushell's behavior and how to leverage its capabilities effectively. By following this structured approach, users can efficiently acquire the foundational knowledge necessary to confidently use and explore Nushell further.