Pedro Sanfilo schreibt: > hallo debian-gemeinde gibt es unter debian ein tool um ein > ascii(text) in ein bin�r-format umzuwandelt
Nicht direkt Bin�r, aber Hex, Oktal... :~$ echo "ascii text" | od -x 0000000 7361 6963 2069 6574 7478 000a 0000013 :~$ whatis od od (1) - dump files in octal and other formats :~$ dpkg -S /usr/bin/od textutils: /usr/bin/od Gruss, -- --Jhair Public Key fingerprint: 81FF 3ADF BF6B CECB C593 4018 27AE D7D2 BAA6 00D0 -- Haeufig gestellte Fragen und Antworten (FAQ): http://www.de.debian.org/debian-user-german-FAQ/ Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED] mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)

