Skip to content

Commit

Permalink
.af += set equality
Browse files Browse the repository at this point in the history
  • Loading branch information
awdeorio committed Oct 6, 2023
1 parent e01a7d9 commit a2cfb67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .always_forget.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1325,6 +1325,7 @@ sort file1 | uniq # unique patterns
sort file1 file2 | uniq # set union
sort file1 file2 | uniq -d # set intersection
sort file1 file2 | uniq -u # set symmetric difference
diff <(sort file1) <(sort file2) # set equality
cat FILE | sort | uniq -c # frequency analysis (histogram)
factor NUM # print prime factors
st # statistics about a stream of numbers
Expand Down

0 comments on commit a2cfb67

Please sign in to comment.