Translate

Archives

Printing Bash or Korn Shell Script Arguments

This post discusses various issues, workarounds and solutions to printing details of arguments (AKA positional parameters) passed to shell scripts via the command line upon invocation of the shell script.

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.