You are here: Home Blog Comments シェルで 1-liner

Personal tools

シェルで 1-liner

Posted by macks at 2006-06-23 23:43

seq 2 100 | factor | awk 'NF == 2 {print $2}'
# 短さで勝負。GNU coreutils + awk を使用。

Parent entry キミならどう書く 2.0 - ROUND 1 -