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.
- Host: GitHub
- URL: https://github.com/hackyourfuture/commandline
- Owner: HackYourFuture
- Created: 2016-12-04T13:31:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-06-25T14:03:27.000Z (about 7 years ago)
- Last Synced: 2024-04-13T19:22:58.963Z (about 2 years ago)
- Topics: cli, hyf
- Size: 1.08 MB
- Stars: 10
- Watchers: 38
- Forks: 29
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.