Home Explore Blog CI



nushell

commands/docs/help_operators.md
496f6d12c14413ce9a2fdfc7f7787d4432fc6a7b15472ea60000000300000239
---
title: help operators
categories: |
  core
version: 0.104.0
core: |
  Show help on nushell operators.
usage: |
  Show help on nushell operators.
editLink: false
contributors: false
---
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->

# `help operators` for [core](/commands/categories/core.md)

<div class='command-title'>Show help on nushell operators.</div>

## Signature

```> help operators {flags} ```


## Input/output types:

| input   | output |
| ------- | ------ |
| nothing | table  |

Chunks
e2926de9 (1st chunk of `commands/docs/help_operators.md`)
Title: help operators
Summary
The `help operators` command is a core utility within the nushell environment designed to provide users with comprehensive information regarding the various operators available in the nushell language. This command aims to assist users in understanding the functionality, usage, and behavior of these operators, thereby enabling them to effectively utilize them in their scripts and command-line interactions. By executing this command, users can access a detailed overview of each operator, including its purpose, syntax, and any relevant examples or considerations. The command accepts no input and generates a table as output. This table is structured to present the information in a clear and organized manner, facilitating easy comprehension and quick reference. It serves as a valuable resource for both novice and experienced nushell users who seek to enhance their understanding and proficiency in using operators.