lebogangolifant / alx-system_engineering-devops

DevOps, Shell, Bash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

System engineering & DevOps - Bash

Using bash command line, scripting to automate common tasks.

Project Objectives

  • What is the Shell
  • Navigation
  • Looking Around
  • Manipulating Files
  • Working with Commands
  • Keyboard Shortcuts for Bash

General Requirements

  • Editors: emacs, vi, vim
  • Scripts tested on: Ubuntu 20.04 LTS
  • Scripts should be two lines long: $ wc -l <filename>
  • Make file executable, use command: chmod u+x <filename>

Projects Directories

PROJECT DIRECTORY
1. Shell, basics 0x00-shell_basics
2. Shell, permissions 0x01-shell_permissions
3. Shell, I/O Redirections and filters 0x02. Shell, I/O Redirections and filters
4. Shell, init files, variables and expansions 0x03. Shell, init files, variables and expansions

Acknowledgements

ALX Africa

About

DevOps, Shell, Bash


Languages

Language:Shell 56.5%Language:Python 30.1%Language:Puppet 7.7%Language:Ruby 3.9%Language:C 1.8%