Skip to content

Instantly share code, notes, and snippets.

@nelsonsar
Last active December 19, 2015 08:59
Show Gist options
  • Save nelsonsar/5929851 to your computer and use it in GitHub Desktop.
Save nelsonsar/5929851 to your computer and use it in GitHub Desktop.
Listing files that have a :filename: and have more than 1b of size in GNU/Linux
#!/bin/bash
ls -lhart `find -name ':filename' -size +1b`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment