Hacker News new | past | comments | ask | show | jobs | submit login

<(command) is being replaced by a path to a file which contains the output of the command:

  $ ls <(echo A)
  /dev/fd/63

  $ cat <(echo A)
  A
So

  diff <(command1) <(command2)
becomes

  diff /dev/fd/62  /dev/fd/63



Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: