diff --git a/misc/first_find/files.zip b/misc/first_find/files.zip
new file mode 100644
index 0000000..5fbf65b
Binary files /dev/null and b/misc/first_find/files.zip differ
diff --git a/misc/first_find/solve.sh b/misc/first_find/solve.sh
new file mode 100755
index 0000000..dc94fd6
--- /dev/null
+++ b/misc/first_find/solve.sh
@@ -0,0 +1,8 @@
+#!/usr/bin/env nix-shell
+#!nix-shell -i bash -p bash unzip
+
+unzip -o -q files.zip
+
+find files -name 'uber-secret.txt' | xargs cat
+
+rm -rf files