Major system - Memory technique
What is major system?


BruceWayne:[~] $ bash --version
GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin18)
Copyright (C) 2007 Free Software Foundation, Inc
Sometimes while debugging/analysing a bug or issue in the code, It can be helping to review and analyse the history of changes that went into to a file/directory. While most of the times simply looking at the code may give us what we need, Sometimes it can be time consuming. Looking at past history can render a better context and makes debugging a lot faster.
More …