Revízia 1.4, Thu Dec 25 12:05:57 2003 UTC (21 years, 4 months ago) by nepto Zmeny od 1.3: +3 -4 [lines]
Standardized header and added $Platon$ tag.
#!/bin/sh # prime-numbers.sh - prime numbers printing # # (c) 2002-2004 Ondrej Jombik <nepto@platon.sk> [3/2/2002] # # $Platon: $ perl -le '$_ = 1; (1 x $_) !~ /^(11+)\1+$/ && print while $_++';