zarkanian@sh.itjust.works to BashEnglish · 4 days agobash trickssh.itjust.worksimagemessage-square37fedilinkarrow-up1411arrow-down12
arrow-up1409arrow-down1imagebash trickssh.itjust.workszarkanian@sh.itjust.works to BashEnglish · 4 days agomessage-square37fedilink
minus-squarev_krishnalinkfedilinkEnglisharrow-up4·3 days 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)