--- syntax: markdown tags: [tldr, common] source: https://github.com/tldr-pages/tldr.git --- # Less than > Redirect a file to `stdin`. > Achieves the same effect as `cat file.txt |`. > More information: . - Redirect a file to `stdin`: `{{command}} < {{path/to/file.txt}}`