mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-08 05:57:26 +00:00
Update cheatsheets
This commit is contained in:
14
tldr/less-than
Normal file
14
tldr/less-than
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
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: <https://gnu.org/software/bash/manual/bash.html#Redirecting-Input>.
|
||||
|
||||
- Redirect a file to `stdin`:
|
||||
|
||||
`{{command}} < {{path/to/file.txt}}`
|
||||
Reference in New Issue
Block a user