Ian Wellock
Results
1
issues of
Ian Wellock
Problem: for filename in `find %@ -name '*.%@'`; do cat $filename 2>/dev/null | grep -o %@ ; done The for filename part will separate file names by the space character,...