Re: Das neue Auswendig lernen und die neuen UEbungen -

Image 1J_4P74-aGU02DBpUs92KmnDckxwKQt0M

Image 1JPYhfaLjiWAiMwK3i5RlRJJTT4JKyUES

Image 1JRIMRwdbpzLU6VlRLLNiKEz3iRquCaJo

Image 1JUzmq8KlRhV0s_XUNJ8ArsLdmtNi5WAp

Image 1JVbWTXgfv0v3eO_E_-Qqv_tgcG9gZe8O

#!/bin/bash

vorname="David"
nachname="Vajda"

if [[ "\$1" == "\$vorname" \&\& "\$2" == "\$nachname" \&\& -z "\$3" ]]
then
    echo "Das bin ich"
elif [[ "\$1" == "\$vorname \$nachname" \&\& -z "\$2" ]]
then
    echo "Das bin ich"
elif [[ "\$1" == "\$vorname" \&\& -z "\$2" ]]
then
    echo "Das koennte ich sein"
elif [[ "\$1" == "\$nachname" \&\& -z "\$2" ]]
then
    echo "Das koennte ich sein"
elif [ -n "\$1" ]
then
    echo "Das bin ich nicht"
else
    echo "Hallo Welt"
    i=0
    while [ \$i -lt 10 ]
    do
        echo "Hallo zum \$((\$i+1))."
        i=\$((\$i+1))
    done
    a=(a b c d)
    a+=(e f g h)
    i=0
    while [ \$i -lt 8 ]
    do
        echo "\${a[\$i]}"
        i=\$((\$i+1))
    done
    for s in "\${a[@]}"
    do
        echo "\$s"
    done
    b=\$(ls)
    for s in \$b
    do
        echo "\$s"
    done
fi

#!/bin/bash

/bin/bash "\$1" "David" "Vajda"
/bin/bash "\$1" "David Vajda"
/bin/bash "\$1" "David" "Vajda" "Vajda"
/bin/bash "\$1" "David"
/bin/bash "\$1" "Vajda"
/bin/bash "\$1" "Max Mustermann"
/bin/bash "\$1"

Das bin ich
Das bin ich
Das bin ich nicht
Das koennte ich sein
Das koennte ich sein
Das bin ich nicht
Hallo Welt
Hallo zum 1.
Hallo zum 2.
Hallo zum 3.
Hallo zum 4.
Hallo zum 5.
Hallo zum 6.
Hallo zum 7.
Hallo zum 8.
Hallo zum 9.
Hallo zum 10.
a
b
c
d
e
f
g
h
a
b
c
d
e
f
g
h
2
2.gif
3
aeaek
asm20240610-1.jpg
asm20240610.aux
asm20240610.log
asm20240610.pdf
asm20240610.tex
asmparser16
asmparser18
automat15
automat20240610.aux
automat20240610.csv
automat20240610.jpg-1.jpg
automat20240610.log
automat20240610.pdf
automat20240610.tex
bash20240613.out
bash20240613.sh
bashall.sh
Bilder
bin20240602.txt
bin20240610.txt
bin20240612.txt
binary2
bitcoin.txt
Dokumente
Downloads
euler.tex
generatetestbench3
genereategraphs4
genereategraphs9
graph.aux
graph.log
graph.pdf
graphs202406010-1.jpg
graphs202406010.aux
graphs202406010.log
graphs202406010.pdf
graphs202406010.tex
graphs20240602-1.jpg
graphs20240602.aux
graphs20240602.log
graphs20240602.pdf
graphs20240602.tex
graph.tex
ieee754aufgabe2
kaeae
logik20240602.txt
logik20240610.txt
Musik
mysqldata.php
OEffentlich
out.txt
p
password4620240601.txt
password46.txt
pythonarithmetic20240612.py
pythonhelloworld20240612.py
quine
quine20240710.txt
quine20240710.vhdl
quine20240712.txt
quine20240712.vhdl
Schreibtisch
Screenshot_20240603_135631.png
Screenshot_20240603_135631-tue.png
Screenshot_20240610_121129.png
Screenshot_20240612_100204.png
Screenshot_20240612_174816.png
Screenshot_20240612_174924.png
src-bin
state20240610.txt
state3
tosed1.txt
tosed2.txt
tosed3.txt
Videos
Vorlagen
wave.ghw
work-obj93.cf

Image 1JqISTRXMoq-0rOX7nUc4LOxPS0cZKECG

Image 1JqutN1iq3my-3h0kSKSL1af_3j-cSv4g

Image 1Jxxa4_VRTixNVgOhIufpLsKKOYLZYo5t

Ich mache jetzt das Haus vom Nikolaus mit Fundament. Nur so laesst es sich Eulersch loesen, weil es ist ohne Fundament, kein eulergraph, weil die Ecken unten haben ungerade Valenzen.