Translate

Image of Android Wireless Application Development
Image of Modern Operating Systems (3rd Edition)
Image of RHCE Red Hat Certified Engineer Linux Study Guide (Exam RH302) (Certification Press)
Image of Operating System Concepts

Shell Script: Print Hexadecimal Representation of String

This post discusses how to print out the numeric value of a character in the underlying codeset in a shell script.

Porting KSH93 to Windows 7 SUA

This post shows you how to download, build and install the latest version of the Korn shell in the Windows 7 SUA subsystem.

Korn Shell 93 Hash Builtins

This post shows you how to incorporate hash functions built into the AT&T Advanced Software Technologies (AST) libsum library in your Korn shell shell scripts via custom builtins in a dynamically loadable plugin.

Localizing Korn Shell Scripts

In this post I discuss how to internationalize and localize message text strings in Korn Shell scripts and briefly touch on some other localization issues such as numbers, dates and piping which may affect your shell scripts.

Using Types To Create Object Orientated Korn Shell 93 Scripts

This post discusses the concept of types which are a recent addition to ksh93 and, by means of a number of examples, demonstrates how to use types to implement an object-orientated approach to writing ksh93 shell scripts.