Created
March 24, 2012 20:37
-
-
Save dir01/2187561 to your computer and use it in GitHub Desktop.
Find stuff in torrents folder not added to torrent client
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ls -1 /data/torrents/ | while read NAME; do grep -qrF "$NAME" /var/transmission/config/torrents/ || echo $NAME; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment