Using Shell Scripting language
A program to handle student data base.
a) Create Student data.
b) View Data Base.
c) Insert a record.
d) Delete a record.
e) Modify a record.
f) Result of a particular student.
g) Exit.
Before running the Student-Record, ensure you have the following prerequisites:
- Bash: The script is written in Bash and requires a Bash shell.
-
Clone the repository:
https://github.com/KiranKumarMalik/Student-Record-using-Shell-Programming.git
-
Navigate to the project directory:
cd student_record_data -
Run the script:
./system_record.sh
-
The dashboard will continuously update and display system information. To exit, press
Ctrl+C.
You can configure the dashboard by editing the system_info_dashboard.sh script. Some configuration options include:
- Network Interface: Change the network interface in the script to monitor a different network connection.
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix:
git checkout -b feature/new-feature. - Make your changes and commit them:
git commit -m "Add new feature". - Push to your forked repository:
git push origin feature/new-feature. - Create a pull request on the main repository.
Please make sure to follow the code of conduct and contribution guidelines when contributing.
Menus:
Creating a student record:
View the created student record:
Insert an another new student record:
Delete any record:
View all records after deletion:
Modify/update any record:
View the results of a particular student:
Exit:
For any questions or suggestions, feel free to contact the project maintainers:
- Your Name
- Email: malikkiran413@gmail.com
- GitHub: GitHub profile








