diff options
author | Jasper Ras <jras@hostnet.nl> | 2025-06-02 12:15:47 +0200 |
---|---|---|
committer | Jasper Ras <jras@hostnet.nl> | 2025-06-02 12:17:02 +0200 |
commit | 9bd8cdf2ecc2b60f873b393122b19985cbc4587c (patch) | |
tree | a4e0ad7e2824e24b187525fc3c51f8d382d1aceb /Bash process substition (tmp file).md | |
parent | a61d928b279c5c508aca3bfc7cb14d810c3d75de (diff) |
vault backup: 2025-06-02 12:15:47
Diffstat (limited to 'Bash process substition (tmp file).md')
-rw-r--r-- | Bash process substition (tmp file).md | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Bash process substition (tmp file).md b/Bash process substition (tmp file).md deleted file mode 100644 index 3540f70..0000000 --- a/Bash process substition (tmp file).md +++ /dev/null @@ -1,13 +0,0 @@ ---- -tags: - - bash - - howto ---- -Process substitution connects the output of a command to a file. This enables a command to accept the output of multiple commands. -Useful with diff for example: - -```bash -diff <(ls dirA) <(ls dirB) -``` - -> Important! Don't but the <() inside quotes.. it will report: cannot find file
\ No newline at end of file |