Giter VIP home page Giter VIP logo

student-db-shell's Introduction

Student DB (Shell Script)

Shell Script for CRUD Operations on Students

This shell script provides a simple implementation of a CRUD (Create, Read, Update, Delete) operation on a list of student records. The script uses an array to store the student records, and provides a menu-driven interface to allow the user to perform different operations on the list.

Features

  • The script allows the user to add a new student record to the list.

  • The script allows the user to update an existing student record in the list.

  • The script allows the user to delete a student record from the list.

  • The script allows the user to print out the list of all student records.

  • The script allows the user to print out any specific student record.

  • Colorful Interface helps to navigate easily into the script.

How to Use

Windows

  1. Download & install a Bash shell emulator (Git Bash or Cygwin)
  2. Open the Bash shell emulator
  3. Navigate to project folder cd student-db-shell
  4. Run the script ./student_db.sh
  5. Enjoy!!!

Linux

  1. Open the terminal
  2. Navigate to project folder cd student-db-shell
  3. Make the script executable chmod +x student_db.sh
  4. Run the script ./student_crud.sh
  5. Enjoy!!!

Conclusion

This shell script provides a basic implementation of a CRUD operation on a list of student records using arrays, switch statements, and loops. It provides a simple menu-driven interface that allows the user to perform different operations on the list. However, this implementation is not suitable for managing large amounts of data, and does not provide any data validation.

student-db-shell's People

Contributors

debrajhyper avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.