!til if in bash you left redirect a subshell (ice cream cone)(<()
) it prints a path instead of going right to stdin (this is handy when you want to forward more than one command to another)
❯ echo <(cat .gitconfig) /dev/fd/11
!til if in bash you left redirect a subshell (ice cream cone)(<()
) it prints a path instead of going right to stdin (this is handy when you want to forward more than one command to another)
❯ echo <(cat .gitconfig) /dev/fd/11