Unix Scripts (repository)
Summary |
---|
📜 A collection of bash scripts used to get familiar with unix systems and shell scripting. |
Features
These scripts cover a range of topics such as:
- fundamental operations with a unix file system including moving between directories or interacting with files via ls, find, sort or head
- foundational concepts of shell scripting such as variables, pipelines and console printing
- some of the most common bash commands such as cut, grep, sed, awk and xargs
Tools
Purpose | Name |
---|---|
Programming language | Shell |
Unix system | Windows Subsystem for Linux with Ubuntu |
Shell | Bash |
Installation Process
It is assumed that the users operating system is Windows.
- Download and install Windows Subsystem for Linux (WSL) preferably with the Ubuntu 18.04 LTS distribution.
- To run the shell scripts, start WSL, move into the directory of this repository and execute the scripts with ./{name_of_script}.sh
Contributors
These scripts were created together with Saru.
Licence
These Unix scripts are published under the MIT licence, which can be found in the LICENSE file. For this repository, the terms laid out there shall not apply to any individual that is currently enrolled at a higher education institution as a student. Those individuals shall not interact with any other part of this repository besides this README in any way by, for example cloning it or looking at its source code or have someone else interact with this repository in any way.
References
The logo was taken from Wikipedia.