Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. daPeach

    KSH Leap Year Calculation

    hi, there's not much of "kshisms". this almost could be (arithmetic evaluation excepted, and variable's typing that is not essential) a POSIX script as well. the script is fine, not the title of the subject.
  2. daPeach

    process input file...

    #!/bin/bash while read a b; do printf '%s %d %s\n' $a 0x${b::5} ${b:5:4} done < /tmp/ffff

Part and Inventory Search

Back
Top