Cargando…

Classic shell scripting /

Shell scripting skills never go out of style. It's the shell that unlocks the real potential of Unix. Shell scripting is essential for Unix users and system administrators---a way to quickly harness and customize the full power of any Unix system. With shell scripts, you can combine the fundame...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Robbins, Arnold
Otros Autores: Beebe, Nelson H. F.
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Sebastopol, CA : O'Reilly., ©2005.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Background
  • Getting started
  • Searching and substitutions
  • Text processing tools
  • Pipelines can do amazing things
  • Variables, making decisions, and repeating actions
  • Input and output, files, and command evaluation
  • Production scripts
  • Enough awk to be dangerous
  • Working with files
  • Extended example: merging user databases
  • Spellchecking
  • Processes
  • Shell portability issues and extensions
  • Secure shell scripts: getting started.