zarkanian@sh.itjust.works to Bash@lemmy.mlEnglish · 2 months agobash trickssh.itjust.worksimagemessage-square35fedilinkarrow-up1127arrow-down12
arrow-up1125arrow-down1imagebash trickssh.itjust.workszarkanian@sh.itjust.works to Bash@lemmy.mlEnglish · 2 months agomessage-square35fedilink
minus-squarev_krishna@lemmy.mllinkfedilinkEnglisharrow-up2·2 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)