Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • Downvoters are welcome to explain their motivation. None of the remaining answers, including the accepted one, do contradict anything in my reply.
    – jlliagre
    Commented Apr 12, 2016 at 13:13
  • This is difficult to parse as the < ... > look like brackets, which I assume they are not. A space between the < and the ( might help?
    – dumbledad
    Commented Jun 1, 2018 at 9:20
  • This is not working for me. echo HOME=\"/g/Users/timregan/\" | cat - 'F:\Program Files\Git\etc\profile' works but cat <echo HOME=\"/g/Users/timregan/\" 'F:\Program Files\Git\etc\profile' gives the error "echo: No such file or directory"
    – dumbledad
    Commented Jun 1, 2018 at 9:35
  • @dumbledad You are overthinking my reply. There is nothing for you to parse in it. A space between the < and the ( would break the syntax. Try cat <(echo HOME=\"/g/Users/timregan/\") 'F:\Program Files\Git\etc\profile'
    – jlliagre
    Commented Jun 2, 2018 at 1:11