greater-than
Verified for current stable LTS
Greater Than Command: Write To Custom File Descriptor
Use for write to custom file descriptor with Greater Than. Exact CLI syntax to write to custom file descriptor using Greater Than.
When to use this: Use for write to custom file descriptor with Greater Than.
Command Syntax
<echo text> >&<3> <echo text> >&<3> Command Breakdown
<echo is the base executable for this command.
FAQ
Purpose: Exact syntax to write to custom file descriptor using Greater Than.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Greater Than Command: Redirect Stdout To File
<command> > <path/to/file> Greater Than Command: Append To File <command> >> <path/to/file> Greater Than Command: Redirect Stdout And Stderr To File <command> &> <path/to/file> Greater Than Command: Redirect Stderr To Dev Null <command> 2> /dev/null Greater Than Command: Clear File Or Create New Empty File > <path/to/file>