Skip to content

Instantly share code, notes, and snippets.

@pono
Created April 4, 2019 16:28
Show Gist options
  • Save pono/a2243ea4a7a8908945b422242c55adf1 to your computer and use it in GitHub Desktop.
Save pono/a2243ea4a7a8908945b422242c55adf1 to your computer and use it in GitHub Desktop.
diff example of 2 directories
~/tmp 𝜵 ls 3 4
3:
1 10 2 4 5 6 7 8 9 a b d
4:
1 10 2 3 5 6 7 8 9 c
~/tmp 𝜵 diff -y <(ls 3) <(ls 4)
1 1
10 10
2 2
4 | 3
5 5
6 6
7 7
8 8
9 9
a | c
b <
d <
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment