Skip to content
 
 

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Student-Record-using-Shell-Programming

Using Shell Scripting language

Overview

A program to handle student data base.

Features

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.

Prerequisites

Before running the Student-Record, ensure you have the following prerequisites:

  • Bash: The script is written in Bash and requires a Bash shell.

Getting Started

  1. Clone the repository:

    https://github.com/KiranKumarMalik/Student-Record-using-Shell-Programming.git
  2. Navigate to the project directory:

    cd student_record_data
  3. Run the script:

    ./system_record.sh
  4. The dashboard will continuously update and display system information. To exit, press Ctrl+C.

Configuration

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.

Contributing

Contributions are welcome! If you'd like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix: git checkout -b feature/new-feature.
  3. Make your changes and commit them: git commit -m "Add new feature".
  4. Push to your forked repository: git push origin feature/new-feature.
  5. Create a pull request on the main repository.

Please make sure to follow the code of conduct and contribution guidelines when contributing.

Output screenshot

Menus:

Screenshot 2023-10-01 205123

Creating a student record:

Screenshot 2023-10-01 205304

View the created student record:

Screenshot 2023-10-01 205343

Insert an another new student record:

Screenshot 2023-10-01 205456

Delete any record:

Screenshot 2023-10-01 205535

View all records after deletion:

Screenshot 2023-10-01 205623

Modify/update any record:

Screenshot 2023-10-01 205750

View the results of a particular student:

Screenshot 2023-10-01 205828

Exit:

Screenshot 2023-10-01 205901

Contact

For any questions or suggestions, feel free to contact the project maintainers:

About

Using Shell Scripting language

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages