Wo kann ich alle zahlen von 1-10000 kopieren?

3 Antworten

Eindeutig eine Finanzfrage.

cp /dev/null 10000.txt ; for i in {1..10000} ; do echo "$i " >> 10000.txt; done

Und nun? Welche davon sind Primzahlen?

Im Copyshop.

Nee, ernsthaft, was soll das bedeuten?