Command-line interactive programs in UNIX shell-scripts

Like it or not, but sooner or later you realize that you'll have to write shell-scripts to administer UNIX. And among these scripts there certainly will be those to cooperate with interactive applications such as telnet, ftp, su, password, ssh. But it means the end of the admin's quiet life because while dealing with interactive programs one often come across numerous hidden traps which doesn't usually happen with ordinary sh-scripts. Though fortunately or may be not, but most of these problems generally turn up within first five minutes of the work under the script. The symptoms typically look like that author can't pass the authentication from the script. At first you feel confused because usual pipe constructions such as:

A Solution for Enterprise Faxing: Biscom FAXCOM Server

Tired of getting up from your desk to fax a document? Have you ever wondered why your company’s call center maintains wall-sized desks of fax machines? Employees at many large organizations are asking the same questions. Fortunately, so is Biscom, Inc. While there are a few companies providing enterprise fax solutions, Biscom, in this author’s opinion, stands out as the market leader.

Mastering Recursive Programming

Recursion is a tool not often used by imperative language developers, because it is thought to be slow and to waste space, but as the author demonstrates, there are several techniques that can be used to minimize or eliminate these problems. He introduces the concept of recursion and tackle recursive programming patterns, examining how they can be used to write provably correct programs.

Software Usability Guideline in the Works

Badly designed software is costing businesses millions of dollars annually because it's difficult to use, requires extensive training and support, and is so frustrating that many end users underutilize applications, say IT officials at companies such as The Boeing Co. and Fidelity Investments. Despite those problems, most CIOs remain unaware of a 3-year-old standard designed to help IT managers compare the usability of software products.

Crutchfield’s Software Development Challenge

Analysts of the software industry often point out that the majority of software written in the world is not commercially released, but used in-house. Computerworld has an interesting profile of a well-known company that writes virtually all of its software in-house. It discusses some of the challenges they face, the temptations to use more off-the-shelf software, and some available apps and tools that they do use, that have proved to be useful.