What is the <( ) syntax in shell / bash, and how do I search for it (meaning: what's it called)?
Is this related to the "heredoc" syntax?
Example: Pass a password to ssh in pure bash
sshpass -f <(printf '%s\n' your_password) ssh user@hostname UPDATE: see: What does "< <(command args)" mean in the shell?
-sh: syntax error: unexpected "("when attempting process substitution on an embedded Linux device withbash