Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 400 Bytes

> Operator.md

File metadata and controls

11 lines (11 loc) · 400 Bytes

> Operator

Definition

  • This is output redirection. Output redirection sends the output of a given command to another file that isn't "haha terminal output."

Syntax

  • [command] > [fileName]

Example

who > users

who lists all users in the directory and users is a file within the file named users, what would have been displayed in the terminal is written in file users