Dieses Tag ist für alles gedacht, was mit mathematischen Operationen zu tun hat. Wenn Sie also eine Frage zum Berechnen in "awk" stellen möchten oder eine Frage zu "bc" haben, ist dies das richtige Tag.
Wie kann ich 8 Bytes als vorzeichenloses int (Little Endian) 'lesen / interpretieren' ? Vielleicht gibt es dafür eine magische Bash-Fu-Konvertierung? UPDATE: Es scheint, dass bei der Interpretation meiner Frage etwas überkreuzt wurde. Hier ist ein breiteres Beispiel dafür, was ich versuche zu tun. Ich möchte die ersten (und letzten) …
Ich lerne die Grundlagen der Shell-Programmierung, also habe ich etwas Einfaches wie geschrieben #!/bin/bash read var1 read var2 if [ var1 -lt var2 ]; then echo "var1 is lt var2" else echo "var2 is lt var1" fi Ich verstehe, dass Variablen in Bash untypisiert sind und dass jede Variable als …
We use cookies and other tracking technologies to improve your browsing experience on our website,
to show you personalized content and targeted ads, to analyze our website traffic,
and to understand where our visitors are coming from.
By continuing, you consent to our use of cookies and other tracking technologies and
affirm you're at least 16 years old or have consent from a parent or guardian.