RSS BotMB to Hacker NewsEnglish · 11 months agoResolving a mysterious problem with findwww.johndcook.comexternal-linkmessage-square1fedilinkarrow-up12arrow-down10file-text
arrow-up12arrow-down1external-linkResolving a mysterious problem with findwww.johndcook.comRSS BotMB to Hacker NewsEnglish · 11 months agomessage-square1fedilinkfile-text
minus-squarelnxtx (xe/xem/xyr)@feddit.nllinkfedilinkEnglisharrow-up1·11 months agoI always use this combination: find . -type f -name '*.xxx' -exec grep [-a] [-H] pattern "{}" \;
I always use this combination:
find . -type f -name '*.xxx' -exec grep [-a] [-H] pattern "{}" \;