The Linux command line a complete introduction /

"It's been said that "graphical user interfaces make easy tasks easy, while command-line interfaces make difficult tasks possible." The Linux Command Line shows readers how to control their computers and accomplish these difficult tasks using Bash, the Linux shell. Designed for command-line users of...

Полное описание

Сохранить в:
Библиографические подробности
Главный автор: Shotts, William E.
Соавтор: ebrary, Inc
Формат: Электронный ресурс eКнига
Язык:английский
Опубликовано: San Francisco : No Starch Press, c2012.
Предметы:
Online-ссылка:An electronic book accessible through the World Wide Web; click to view
Метки: Добавить метку
Нет меток, Требуется 1-ая метка записи!
Оглавление:
  • Learning the Shell
  • What Is the Shell?
  • Navigation
  • Exploring the System
  • Manipulating Files and Directories
  • Working with Commands
  • Redirection
  • Seeing the World as the Shell Sees It
  • Advanced Keyboard Tricks
  • Permissions
  • Processes
  • Configuration and the Environment
  • The Environment
  • A Gentle Introduction to vi
  • Customizing the Prompt
  • Common Tasks and Essential Tools
  • Package Management
  • Storage Media
  • Networking
  • Searching for Files
  • Archiving and Backup
  • Regular Expressions
  • Text Processing
  • Formatting Output
  • Printing
  • Compiling Programs
  • Writing Shell Scripts
  • Writing Your First Script
  • Starting a Project
  • Top-Down Design
  • Flow Control: Brancing with if
  • Reading Keyboard Input
  • Flow Control: Looping with while and until
  • Troubleshooting
  • Flow Control: Branching with case
  • Positional Parameters
  • Flow Control: Looping with for
  • Strings and Numbers
  • Arrays
  • Exotica.