bash-redirections-cheat-sheet icon indicating copy to clipboard operation
bash-redirections-cheat-sheet copied to clipboard

Misplaced example

Open juanfal opened this issue 9 years ago • 0 comments

You put the example with two commands (2 find) in the row that was talking about one:

cmd < <(cmd1)
Best example: diff <(find /path1 | sort) <(find /path2 | sort)

Great cheat sheet! Thanks

(it could be nicely added to the duckduckgo.com cheat sheets)

juanfal avatar Jan 10 '16 22:01 juanfal