Skip to content

Latest commit

 

History

History
51 lines (45 loc) · 1.1 KB

File metadata and controls

51 lines (45 loc) · 1.1 KB

System Engineering & DevOps - Bash

This repository contains projects where I learnt about:

Shell basics

Shell permissions

Shell I/O Redirections and filters

Shell, init files, variables and expansions

System Engineering

System engineering is an interdisciplinary field of engineering and engineering management that focuses on how to design, integrate, and manage complex systems over their life cycles.

DevOps

DevOps is a set of practices that combines software development(DEV) and IT operations(Ops). It aims to shorten the systems development life cycle and provide continous delivery with high software quality.

Some commands used in the projects in this repository

man or help

  • cd
  • ls
  • pwd
  • less
  • file
  • ln
  • cp
  • mv
  • rm
  • mkdir
  • type
  • which
  • help
  • man
  • rename
  • grep
  • find
  • sed
  • seq
  • cat
  • echo
  • tr
  • touch
  • head
  • tail

Important skills/concepts I learnt while working on the projects in this repository

  • What is the Shell
  • Reading Man Pages
  • Manipulating Files
  • Working with Commands
  • Keyboard Shortcuts for Bash
  • Bash Scripting

Auth: Sangwani P Zyambo