HackerTrans
トップ新着トレンドコメント過去質問紹介求人

goodevans

no profile record

コメント

goodevans
·2 年前·議論
Not only that, but if you don't dry it quick enough the whole hob shuts down
goodevans
·3 年前·議論
I'll always remember a joke I read in an Amstrad user magazine back in the 80s: How many TRS-80 users does it take to change a light bulb? Both of them!
goodevans
·4 年前·議論
Find all .txt files containing the word 'foo': find ./ -mount -type f -name "*.txt" -exec grep -iHn 'foo' {} \;

(the -mount stops it traversing into mounted shares)