Mini project ideas for Operating System

7 ideas to prepare your Mini Project for Operating System (3140702) as a beginner using shell script. Application of Shell scripts First of all you should know some of the main applications of shell scripts, and what you can do using shell scripts. So with shell script you can do things like - Automating the code compiling process Monitoring a System Completing batch Executing routine Backups Running a program or creating a program environment Manipulating files Linking existing programs together Mini Project Ideas for Operating System 1. Unit Converter It will be a menu driven program that will convert a given input into required unit, based on our choices. For example Conversion of - temperature from Celsius to Fahrenheit, Height from feet to inches Area from square meter to square centimeter etc. you can add different units as per your interest. 2. Binary To Decimal and Decimal to Binary Converter In this user will c...