Skip to content

Ecolash/Systems-Programming-Basics

Repository files navigation

Systems Programming Laboratory (CS29206) Course @ IITKGP

Most of the assignments contains a shellscript file run.sh To run the code, use the command ./run.sh If permission is denied, use command: chmod +x run.sh

This repository contains the following assignments:

  1. Assignment-1: Multi-File Applications & Libraries
  2. Assignment-2: MakeFile Applications
  3. Assignment-3: GNU Debugger GBD
  4. Assignment-4: Valgrind Application
  5. Assignment-5: GProf Applications
  6. Assignment-6: GAWK/AWK Applications
  7. Assignment-7: Bash Applications Part-1
  8. Assignment-8: Bash Applications Part-2
  9. Assignment-9: Binary Tree using AWK