Skip to content

Instantly share code, notes, and snippets.

@kylejohnson
Created August 7, 2013 14:49
Show Gist options
  • Select an option

  • Save kylejohnson/6174718 to your computer and use it in GitHub Desktop.

Select an option

Save kylejohnson/6174718 to your computer and use it in GitHub Desktop.
root@zmnextime:/usr/local/src# ls main|sort > out1
root@zmnextime:/usr/local/src# ls ZoneMinder|sort > out2
root@zmnextime:/usr/local/src# diff out1 out2
2d1
< aclocal.m4
6,7d4
< config.h.in
< configure
11,13c8,10
< depcomp
< INSTALL
< install-sh
---
> debian
> description-pak
> doc-pak
16d12
< Makefile.in
18d13
< missing
20a16
> plugins
23a20
> stamp-h1
25a23
> umutils
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment