CIS232 - UNIX Shell Programming
CIS232 - UNIX Shell Programming
  • 12
  • 96 607
Sed
This video demonstrates deletion and find and replace with sed
Переглядів: 2 907

Відео

Video 11 - Awk Associative Arrays
Переглядів 14 тис.9 років тому
Thsi video introduces the concept of using an associative array to include total lines in reports generated by awk.
Getting started with awk
Переглядів 68 тис.9 років тому
This video introduces the awk programming language.
Bash initialization files
Переглядів 2,7 тис.9 років тому
Shows how to add a function to .bashrc
Functions and Traps
Переглядів 3,3 тис.9 років тому
This video explains how to use functions and traps in bash
Video 7 - for loops
Переглядів 5089 років тому
This video shows a few quick examples of bash for loops
Week 7 - While Loops
Переглядів 5899 років тому
This explains while loops in BASH
Video 5 - Conditional Statements
Переглядів 8819 років тому
This video will show you how to write scripts that will make a decision about which lines of code to execute.
Video 4 - Bash Arithmetic
Переглядів 2,3 тис.9 років тому
This video will show you everything you need to know to start using arithmetic in bash programming.
Video 3 - Variables
Переглядів 5949 років тому
This program describes how to assign and use bash shell scripting variables
Video 2 - First Script
Переглядів 7089 років тому
This video shows you how to write your first shell script, a simple program that will look for executable files on your computer.
Video 1 - Command Review
Переглядів 8079 років тому
This is the first video for CIS232, UNIX Shell Programming. It goes over a few of the Linux terminal commands you will need to get started