zarkanian to Bash@lemmy.mlEnglish · 3 months agobash tricksimagemessage-square37fedilinkarrow-up1418arrow-down12
arrow-up1416arrow-down1imagebash trickszarkanian to Bash@lemmy.mlEnglish · 3 months agomessage-square37fedilink
minus-squarev_krishna@lemmy.mllinkfedilinkEnglisharrow-up4·3 months agoI use this one for comm a lot. E.g., comm -12 <(sort some_file) <(grep foo some_other_file | sort)
I use this one for comm a lot. E.g.,
comm -12 <(sort some_file) <(grep foo some_other_file | sort)