fish
Tags: Computers
- Globbing
Redirection
Bash
diff <(dig google.com) <(dig www.google.com)
Fish
diff (dig google.com | psub) ( dig www.google.com | psub)
Tags: Computers
diff <(dig google.com) <(dig www.google.com)
diff (dig google.com | psub) ( dig www.google.com | psub)