This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ITP] iprint 1.3 -- Command-line integer, hex, octal and ascii print utility


Included in Debian stable:

    http://packages.debian.org/unstable/iprint

The ascii chart under fingertips:

    $ iprint a b c
    97 0x61 0141 'a'
    98 0x62 0142 'b'
    99 0x63 0143 'c'

Jari

sdesc: "Command-line integer, hex, octal and ascii print utility"
ldesc: "A simple utility to print out the decimal, octal, hexadecimal, and
binary or ascii values of the characters fed to it on the command
line."
category: Utils
requires: cygwin

a) manual

  wget        \
    http://cygwin.cante.net/iprint/iprint-1.3-1-src.tar.bz2 \
    http://cygwin.cante.net/iprint/iprint-1.3-1.tar.bz2 \
    http://cygwin.cante.net/iprint/setup.hint

b) automated

  gpg --keyserver wwwkeys.pgp.net --recv-keys 955A92D8

  mkdir iprint ; cd iprint
  rm -f get.sh get.sh.sig
  wget    http://cygwin.cante.net/iprint/get.sh \
          http://cygwin.cante.net/iprint/get.sh.sig &&
  gpg --verify get.sh.sig get.sh &&
  sh get.sh

-- 
Welcome to FOSS revolution: we fix and modify until it shines


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]