Visão Geral
Este Curso Unix & Shell Scripting Foundation de 32 horas,fornece uma introdução abrangente a toda a gama de comandos e utilitários do usuário UNIX. Os alunos desenvolverão programação shell, habilidades de edição de vi, proficiência em sed e awk.
Objetivo
Os scripts Unix Shell fornecem uma maneira de automatizar grupos de comandos comumente executados - mas os scripts shell podem fazer muito mais do que isso. Embora muitas tarefas simples sejam automatizadas com pequenos scripts, scripts grandes com centenas de linhas são muito comuns. Esses scripts maiores são escritos por administradores de sistema, administradores de banco de dados, testadores, programadores de utilitários e outros para criar utilitários que são amplamente compostos por comandos UNIX poderosos, como find, sed, awk e centenas de outros.
Publico Alvo
- Unix e Linux, alunos que são novos no ambiente Unix ou Linux
Informações Gerais
- Carga horaria, 32h
- Se noturno este curso e ministrado de segunda-feira a sexta-feira das 19h às 23h, total de 8 noites,
- Se aos sábados este curso e ministrado das 09h às 18h, total de 4 sábados,
- Se integral este curso e ministrado das 09h às 18h, total de 4 dias,
Formato de entrega:
- On-line ao vivo na presença de um instrutor via Plataforma de Vídeo conferência Microsoft Teams
Materiais
Português/Inglês
Conteúdo Programatico
Getting Started
- What is UNIX?
- A Brief History of UNIX
- Logging In
- Logging Out
- Try a Few More Commands
- Changing Your Password
- Using On-line Manuals
The File System – Files
- What is a File?
- The ls Command
- The cat Command
- The more and pg Commands
- The head and tail Commands
- The cp Command
- The mv Command
- The rm Command
- File names
The File System – Directories
- Hierarchical File System
- Pathnames
- The pwd Command – Print Working Directory
- The cd Command – Change Directory
- The mkdir Command – Make Directories
- The rmdir Command – Remove Directories
- The cp Command (again) – Copy Files
- Two useful directory names – . and ..
Editing With vi
- What is vi?
- The vi Buffering Process
- Command Mode and Insert Mode
- Modes Diagram
- Getting Started
- Moving the Cursor Around
- Inserting Text
- Deleting a Character or Line
- Undo Last Command
- Opening a New Line
- Save Your Work or Abort the Session
- Review of vi Commands
More Editing With vi
- Scrolling the Buffer
- Cursor Motion Commands – w, W, b, B, e, E
- Cursor Motion Commands – $, ^, 0, G
- Cursor Motion Commands – f, t, F, T
- Delete Operator – d
- Change Operator – c
- Yank Operator – y
- Put Commands – p, P
- Searching For a Pattern – /, n, N, ?
- The join Command
- The file Command – :f
- Edit file Command – :e
- Cut and Paste Between Files
- Read file Command – :r
- Set options Command
- Set options Command – .exrc file
Personal Utilities
- The date Utility
- The bc Utility
- The expr Utility
- The cal Utility
- The news Utility
- The id Utility
- The uname Utility
- The finger Utility
- The script Utility
- The clear Utility
- Appendix: The at and crontab Utilities
Text Handling Utilities
- The grep Utility
- The tr Utility
- The cut Utility
- The paste Utility
- The sort Utility
- The wc Utility
- The diff Utility
- The lp Utility
File System Security
- File Permissions
- The chmod Utility
- Directory Permissions
- The umask Command
File System Management Utilities
- The find Utility
- The df Utility
- The du Utility
- Compressing Files
- The ln Utility
- The ulimit Utility
- The tar Utility
Communication Utilities
- The write and talk Utilities
- The mesg Utility
- Mail Overview
- The mail Utility
- The mailx Utility
Using the Shell
- What is a Shell?
- Which Shell?
- The Command Line
- Standard Input, Standard Output and Standard Error
- Using Default Standard In and Standard Output
- I/O Redirection
- Appending Output of a File
- Pipes
- The tee Utility
Filename Generation
- Filename Generation
- The ? special Character
- The * special Character
- The [ ] special Characters
- The ! special Characters
UNIX Processes
- What is a Process?
- Process Structure
- The ps Utility
- Options to the ps Utility
- Background Commands
- Killing Background Processes
- Redirecting the Standard Error
Introduction to sed
- About sed
- Why Use sed?
- Invoking sed
- How sed Works
- Using sed
- sed Addressing
- sed Functions
Introduction to awk
- How awk Programs Work
- Running awk Programs
Awk Patterns
- Summary of Patterns
- BEGIN and END
- Expressions
- String-Matching Patterns
- Extended REs in awk
- Range Patterns
Shell Programming Concepts
- What is a Shell?
- What is a Shell Script?
- Why Use Shell Scripts?
Flow Control
- The Exit Status of Commands
- Command Line Examples
- The test Command
- The if-then-else Construct
- The elif Construct
- A loop Example
Variables
- User Created Variables
- The read Command
- The Shell Environment
- The export Command
- Sub-shells
- Command Substitution
- Quoting Mechanisms
- Assigning Variables – Summary
Special Variables
- Command Line Arguments
- $- Number of Arguments
- The shift Command
- $* – All Arguments
- $$ – PID of Shell
More Flow Control
- The for Loop
- The while Loop
- The Case Construct
Advanced Shell Programming
- Filename Generation
- Parameters
- Named Parameters
- Positional Parameters
- Special Parameters
- Parameter Substitution
- Here Documents
- Shell Commands
- Command List Separators
- Control Flow – Conditionals
- The case Construct
- Control Flow – Loops
- The trap Command
Appendix: Korn shell features
- Viewing your Command History
- Editing and Re-executing Commands
- Aliases
TENHO INTERESSE