Tutorial - bash
tutorial | ||
.gitignore | ||
LICENSE | ||
README.org |
Bash tutorial
Bash (Bourne Again Shell) is a shell commonly used on GNU-Linux systems for multiple purposes. Knowing about bash is an enjoyable experience and a great opportunity to learn about computers, files, directories and programs.
Basics
Appearance, screens
Manuals, documentation
File manipulation
- Display files: 'less', 'head' and 'tail' commands
- Learning about files and directories
- Using rsync to copy files
- Searching for files in the system
- Comparing two files or directories: 'diff'
- Comparing two files and create a unified version: diff and patch
- Using dd command to flash usb
- Compress a pdf file
- Searching and editing configuration files
- Use package manager in Parabola GNU-linux: verify packages in cache
- Removing packages in Parabola GNU-Linux