this post was submitted on 01 Dec 2024
417 points (99.5% liked)

Bash

892 readers
1 users here now

Talk about the Bash Shell and Bash scripting

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] v_krishna@lemmy.ml 4 points 5 months ago

I use this one for comm a lot. E.g.,

comm -12 <(sort some_file) <(grep foo some_other_file | sort)