Some Small Shell Scripts


AWK

  • Simple program to print values from a table. Source Datafile
  • Program to compute sums. Source Datafile
  • Program to search for patterns. Source Datafile
  • Program to print sequence using conditionals and loops. Source


  • SED

  • Program to select first 3 lines.Source
  • Program to replace patterns.Source
  • Program to insert a pattern before another.Source
  • Program to permute characters.Source
  • Program to convert multiple spaces by one space.Source


  • GENERAL

  • A simple shell.Source
  • Program to find executable files in PATH.Source
  • Program to rename several files at the same time.Source