mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
10 lines
248 B
Markdown
10 lines
248 B
Markdown
![]() |
# Less than
|
||
|
|
||
|
> Redirect a file to `stdin`.
|
||
|
> Achieves the same effect as `cat file.txt |`.
|
||
|
> More information: <https://gnu.org/software/bash/manual/bash.html#Redirecting-Input>.
|
||
|
|
||
|
- Redirect a file to `stdin`:
|
||
|
|
||
|
`{{command}} < {{path/to/file.txt}}`
|