Linux FAQ's & Manuals
- Linux Scripts
- Debian Install
- Bash For Beginners
- Bugzilla
- Consultants Guide
- GCC Manual
- Linux Command Line Tools
- Gnu Pascal Coding Standards
- Linux Installation Disk
- Labolatorium Linux(PL)
- Budowa systemu Linux(PL)
- Linux Dictionary
- Network Administrators
- Rescue Disk for Linux
- Red Hat Installation
- Red Hat Customization
- Red Hat Getting Started
- Red Hat Security
- Secure & Optimize
- Slackware Manual
- Suse Support
- Suse FAQ
P Country Upgrades Continue--As Do Document Committee Signups as Well
ConsortiumInfo: "Earlier this week I reported that there were nine new, last minute 'P' members of ISO. I also predicted that the number could rise. Well, now that we're down to the wire on the ISO/IEC vote on OOXML, it has..."
Canonical Angles for Dell to Offer Pre-Installed Ubuntu Linux on the Server
SearchEnterpriseLinux: "As Canonical Ltd. readies another major release for its Ubuntu Linux operating system (code-named Gutsy Gibbon), one executive hinted that a pre-installed server initiative would arrive soon if customer demand remains high..."
New Zealand Casts NO on Open XML Vote
Geekzone: "Standards New Zealand have casted a 'NO' vote on the proposal to adopt the Open XML draft Standard as an international Standard..."
OOXML News From Denmark
Groklaw: "Even though Microsoft denies having put pressure on partners to get them involved in the OOXML debate, some partners have experienced pressure from the software giant anyway..."
SCO CEO McBride Speaks Out On Novell, Finances, And Groklaw
InformationWeek: "Darl McBride says his company has strong products and a growing number of customers, so it will survive regardless of the outcome of legal battles..."
ConsortiumInfo: "Earlier this week I reported that there were nine new, last minute 'P' members of ISO. I also predicted that the number could rise. Well, now that we're down to the wire on the ISO/IEC vote on OOXML, it has..."
Canonical Angles for Dell to Offer Pre-Installed Ubuntu Linux on the Server
SearchEnterpriseLinux: "As Canonical Ltd. readies another major release for its Ubuntu Linux operating system (code-named Gutsy Gibbon), one executive hinted that a pre-installed server initiative would arrive soon if customer demand remains high..."
New Zealand Casts NO on Open XML Vote
Geekzone: "Standards New Zealand have casted a 'NO' vote on the proposal to adopt the Open XML draft Standard as an international Standard..."
OOXML News From Denmark
Groklaw: "Even though Microsoft denies having put pressure on partners to get them involved in the OOXML debate, some partners have experienced pressure from the software giant anyway..."
SCO CEO McBride Speaks Out On Novell, Finances, And Groklaw
InformationWeek: "Darl McBride says his company has strong products and a growing number of customers, so it will survive regardless of the outcome of legal battles..."
chapter 8. writing interactive scripts
- table of contents
- 8.1. displaying user messages
- 8.1.1. interactive or not?
- 8.1.2. using the echo built-in command
- 8.2. catching user input
- 8.2.1. using the read built-in command
- 8.2.2. prompting for user input
- 8.2.3. redirection and file descriptors
- 8.2.4. file input and output
- 8.3. summary
- 8.4. exercises