An open API service indexing awesome lists of open source software.

https://github.com/hackyourfuture/commandline

This repository contains the teaching material and notes for the UNIX-based (bash) command line.
https://github.com/hackyourfuture/commandline

cli hyf

Last synced: about 1 year ago
JSON representation

This repository contains the teaching material and notes for the UNIX-based (bash) command line.

Awesome Lists containing this project

README

          

# CommandLine

## Introduction
This repository contains the teaching material and notes for the UNIX-based (bash) command line.

## Planning for current class
This class is conducted mostly extemporaneously typing and executing commands (live) in the class while explaining them. Following links provide a good starting point for basic concepts and commands:
* [Week 1 Reading](https://github.com/HackYourFuture/CommandLine/blob/master/Week1/Lecture.md)
* [Week 2 Reading](https://github.com/HackYourFuture/CommandLine/blob/master/Week2/Lecture.md)

## Learning goals for this module
* To know the terminal/bash/command line for UNIX based systems.
* Navigate the file system without using a UI explorer.
* Copy, rename and move files with terminal commands.
* Learn output redirection, piping on the terminal.
* Write basic shell scripts to ease the programming life.