---
title: ignore
categories: |
core
version: 0.104.0
core: |
Ignore the output of the previous command in the pipeline.
usage: |
Ignore the output of the previous command in the pipeline.
editLink: false
contributors: false
---
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->
# `ignore` for [core](/commands/categories/core.md)
<div class='command-title'>Ignore the output of the previous command in the pipeline.</div>
## Signature
```> ignore {flags} ```
## Input/output types:
| input | output |
| ----- | ------- |
| any | nothing |
## Examples
Ignore the output of an echo command
```nu
> echo done | ignore
```