Files
opsschool-curriculum/shells_101.rst
2012-10-12 23:08:44 -05:00

28 lines
422 B
ReStructuredText

Shells
******
What is a shell?
================
Introduction to Bash
====================
Shell fundamentals
==================
Environment variables
---------------------
``$PATH``, ``$HOME``, ``$USER``, etc
Special environment variables
-----------------------------
``$$``, ``$!``, ``$?``, etc
History
-------
``.bash_history``, ``!!``, etc
Job control
-----------
``^Z``, ``bg``, ``fg``, ``%1/2/3..``, ``jobs``