The all too often underappreciated shell script is limited in power only by the ability of the person writing it. Every operation undertaken in a shell script, beyond the simplest grouping of commands, requires an examination of conditions. All shell script "Logic" - to use the term in its loosest sense - can usually be broken into one of three following broad categories: if {condition exists} then ..., while {condition exists} do ..., and until {condition exists} do ... Regardless of the subsequent action, each of these logic-based commands is dependent on knowing if a condition truly exists. The test command is the utility that makes it possible in every situation to determine whether or not the condition in question exists.
Related white papers
OAMTC Ratchets Up SAP System Availability and Performance With Oracle RAC
With its 1.6 million members, OAMTC (Austrian Automotive, Motorcycle and Touring Club) is one of the world's ten largest automotive associations. OAMTC wanted to provide a high-availability/fail-safe system environment for...
Transform CRM Data into Sales: How to Create and Share Advanced Reports for Salesforce.com
In competitive sales, information is power. Gathering customer and prospect data into CRM systems like Salesforce.com is only the first step. Your sales team needs to understand the...
Oracle Virtual Private Database
Oracle Database 10g Release 2 provides robust security features to assist DBA's and application developers with security. Access to data traveling across the network or placed on backup media can...
Detecting and Resolving Locking Problems Using BMC MAINVIEW for DB2
The presenter of this webcast will discuss the fundamentals of DB2 locking and show how BMC MAINVIEW for DB2 can help identify and resolve DB2 locking problems.
iServer Express Report Server for Linux, 90-day Trial Download
iServer Express is a report server that eliminates the burden of manually fulfilling user requests for reports. It automates the delivery of reports designed with open source BIRT, the most...
iServer Express Report Server for Windows, 90-day Trial Download
iServer Express is a report server that eliminates the burden of manually fulfilling user requests for reports. It automates the delivery of reports designed with open source BIRT, the most...
Rushed? Work Less. Deliver More.
Give business users the ability to view and update reports from anywhere. As well as to interact with them intuitively. You'll not only have happier end users, but...


