less-than
Verified for current stable LTS
Less Than Command: Process File Redirect To Another File
Use for process file redirect to another file with Less Than. Exact CLI syntax to process file redirect to another file using Less Than.
When to use this: Use for process file redirect to another file with Less Than.
Command Syntax
<command> < <path/to/file.txt> > <path/to/file2.txt> <command> < <path/to/file.txt> > <path/to/file2.txt> Command Breakdown
<command> is the base executable for this command.
FAQ
Purpose: Exact syntax to process file redirect to another file using Less 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
Less Than Command: Command Output As File Descriptor
diff <(<command1>) <(<command2>) Less Than Command: Here Document To Stdin <command> << <EOF> <Enter> <multiline_text> <Enter> <EOF> Less Than Command: Here String To Stdin <command> <<< <string> Less Than Command: Open Persistent File Descriptor exec <3><<path/to/file> Less Than Command: Redirect File To Stdin <command> < <path/to/file.txt>