
Shell Scripting Tutorial for Linux/Unix Beginners
Publisher: Guru99 2017
Number of pages: 67
Description:
The course covers Linux Basics like Introduction, Linux Distributions and Installation, Commands, and File Permissions. It also introduces Redirection, Regular Expressions, Commands, and Communication in Linux. We also touch on advanced topics like Environment Variables, Managing Processes, VI Editor, Shell Scripting, Virtual Terminal, and Linux Administration.
Download or read it online for free here:
Read online
(online html)
Similar books
GNU Autoconf, Automake and Libtoolby Gary V. Vaughn, et al. - Sams
This book is an expert guide to using GNU autoconf, automake, and libtool effectively. Written for C/C++ or script programmers who write software under Unix/Linux. The text is filled with the nuts-and-bolts details of running these three utilities.
(15310 views)
Programming From The Ground Upby Jonathan Bartlett - Bartlett Publishing
An introduction to assembly language programming on Linux for x86 machines. It covers memory management, interfacing with C, debugging, dynamic libraries, GUI programming, and more. Great textbook for novices as well as for intermediates.
(23403 views)
Linux Shell Scripting Tutorial: A Beginner's Handbookby Vivek G. Gite - nixCraft
This tutorial is designed for beginners who wish to learn the basics of shell scripting/programming plus introduction to power tools such as awk, sed, etc. This document contains examples rather than all the features of shell.
(15970 views)
Managing Projects with GNU Makeby Robert Mecklenburg - O'Reilly
make is one of the most enduring features of both Unix and other operating systems. This edition focuses on the GNU version of make, which has become the industry standard. The book provides guidelines on meeting the needs of large projects.
(13841 views)