2 Matching Annotations
- Apr 2021
-
serverfault.com serverfault.com
-
perl -ne 'chomp(); if (-e $_) {print "$_\n"}'
-
xargs -i sh -c 'test -f {} && echo {}'
-
perl -ne 'chomp(); if (-e $_) {print "$_\n"}'
xargs -i sh -c 'test -f {} && echo {}'