Skip to content

Commit 8f3e7e1

Browse files
authored
Update less-than.md
1 parent cf041df commit 8f3e7e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/common/less-than.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
`cat <<- {{EOF}} > {{path/to/file.txt}} <Enter> {{multiline_data}} <Enter> {{EOF}}`
2929

30-
- Pass command output to a program as a file descriptor:
30+
- Pass command output to a program as a file descriptor (Note: unlike the rest of these, this replaces the argument in-place with a file path like `/dev/fd/63`):
3131

3232
`diff <({{command1}}) <({{command2}})`
3333

0 commit comments

Comments
 (0)