The Wayback Machine - https://web.archive.org/web/20201112031022/https://github.com/learnbyexample/Linux_command_line
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.

README.md

Linux Command Line

Introduction to Linux commands and Shell scripting


Chapters

  • Linux Introduction
    • What is Linux?, Why use Linux?, Where is Linux deployed?, Linux Distros, Linux resource lists
  • Command Line Introduction
    • File System, Command Line Interface, Command Help, Do one thing and do it well
  • Files and Directories
    • pwd, clear, ls, cd, mkdir, touch, rm, cp, mv, rename, ln, tar and gzip
  • Working with Files and Directories
    • cat, less, tail, head, Text Editors, grep, find, locate, wc, du, df, touch, file, identify, basename, dirname, chmod
  • Text Processing
    • sort, uniq, comm, cmp, diff, tr, sed, awk, perl, cut, paste, column, pr
  • Shell
    • What is Shell?, Popular Shells, Wildcards, Redirection, Process Control, Running jobs in background
  • Shell Customization
    • Variables, Config files, Emac mode Readline shortcuts
  • Shell Scripting
    • 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

Contributing

  • Please open an issue for typos/bugs/suggestions/etc
    • Please open an issue for discussion before submitting PRs
  • Share the repo with friends/colleagues, on social media, etc to help reach other learners
  • In case you need to reach me, mail me at echo 'bGVhcm5ieWV4YW1wbGUubmV0QGdtYWlsLmNvbQo=' | base64 --decode or send a DM via twitter

ebook

  • Read as ebook on gitbook
  • All legacy.gitbook.com links are now automatically redirected to gitbook.com, so there's no longer an option to download ebooks for offline reading

Acknowledgements


License

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License

About

💻 Introduction to Linux commands and Shell scripting

Topics

Resources

You can’t perform that action at this time.