BlitW0 / Undo-Logging-and-Recovery

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UNDO Logging and Recovery

Database Systems - Assignment 3

The bash script named 20171171.sh, which, if given two command-line arguments runs logging (The two arguments being input file and x), and if given only one argument, runs recovery, and produces the output.

  • Logging - 20171171_1.txt

    ./20171171.sh <input file> <time quantum>
  • Recovery - 20171171_2.txt

    ./20171171.sh <input file>

About


Languages

Language:Python 94.2%Language:Shell 5.8%