Package: lintian
Version: 1.23.8
Severity: wishlist

perl -0ne '/.*\b(cat|sed|cp)\b(.*\\\n)*.*\/usr\/share\/doc\/.*/ && print "$&\n"'

It would be nice to support variables, too:

perl -0ne '/\b(\w+)=.*\/usr(\/share)?\/doc\/(?s:.*)\b(cp|cat|sed)\b.*\1/ && 
print "$&\n"'


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to