Created
June 22, 2009 10:37
-
-
Save timmow/133913 to your computer and use it in GitHub Desktop.
print filename from list of files if it doesn't exist
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
perl -nle 'print if !-e $_' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment