Skip to content

Instantly share code, notes, and snippets.

@chadfurman
Created June 4, 2016 16:12
Show Gist options
  • Save chadfurman/713bc156601ab0042b82f3bf78abaf0a to your computer and use it in GitHub Desktop.
Save chadfurman/713bc156601ab0042b82f3bf78abaf0a to your computer and use it in GitHub Desktop.
find
❯ sudo find / -type f -name 'libs3.*'
/home/vagrant/libs3/inc/libs3.h
/home/vagrant/libs3/build/deb-dev/usr/include/libs3.h
/home/vagrant/libs3/build/deb-dev/usr/lib/libs3.a
/home/vagrant/libs3/build/deb/usr/lib/libs3.so.2.0
/home/vagrant/libs3/build/lib/libs3.so.2
/home/vagrant/libs3/build/lib/libs3.a
/home/vagrant/libs3/libs3.spec
/home/vagrant/libs3/mswin/libs3.def
/usr/include/libs3.h
/usr/lib/libs3.so.2.0
/usr/lib/libs3.a
/var/lib/dpkg/info/libs3.md5sums
/var/lib/dpkg/info/libs3.list
/var/lib/dpkg/info/libs3.postinst
/var/lib/dpkg/info/libs3.shlibs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment