# Linux_command_line **Repository Path**: ZhijunBioinf/Linux_command_line ## Basic Information - **Project Name**: Linux_command_line - **Description**: Introduction to Linux commands and Shell scripting - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-10-19 - **Last Updated**: 2024-10-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Linux Command Line Introduction to Linux commands and Shell scripting * [Linux curated resources](https://github.com/learnbyexample/scripting_course/blob/master/Linux_curated_resources.md) for more complete resources list, including tutorials for beginners * For more related resources, visit [scripting course](https://github.com/learnbyexample/scripting_course)
# Chapters * [Linux Introduction](./Linux_Introduction.md) * What is Linux?, Why use Linux?, Where is Linux deployed?, Linux Distros, Linux resource lists * [Command Line Introduction](./Command_Line_Introduction.md) * File System, Command Line Interface, Command Help, Do one thing and do it well * [Files and Directories](./Files_and_Directories.md) * pwd, clear, ls, cd, mkdir, touch, rm, cp, mv, rename, ln, tar and gzip * [Working with Files and Directories](./Working_with_Files_and_Directories.md) * cat, less, tail, head, Text Editors, grep, find, locate, wc, du, df, touch, file, identify, basename, chmod * [Text Processing](./Text_Processing.md) * sort, uniq, comm, cmp, diff, tr, sed, awk, perl, cut, paste, column, pr * [Shell](./Shell.md) * What is Shell?, Popular Shells, Wildcards, Redirection, Process Control, Running jobs in background * [Shell Customization](./Shell_Customization.md) * Variables, Config files, Emac mode Readline shortcuts * [Shell Scripting](./Shell_Scripting.md) * Need for scripting, Hello script, Command Line Arguments, Variables and Comparisons, Accepting User Input interactively, if then else, for loop, while loop, Debugging, Resource lists
# ebook * Read as ebook on [gitbook](https://learnbyexample.gitbooks.io/linux-command-line/content/index.html) * Download ebook for offline reading - [link](https://www.gitbook.com/book/learnbyexample/linux-command-line/details)
# Credits * [Devs and Hackers](http://slack.devup.in/) - helpful slack group * [Weekly Coders, Hackers & All Tech related thread](https://www.reddit.com/r/india/search?q=Weekly+Coders%2C+Hackers+%26+All+Tech+related+thread+author%3Aavinassh&restrict_sr=on&sort=new&t=all) - for suggestions and critique
# License This work is licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-nc-sa/4.0/)