Skip to content

Linux shell scripts showing Add, Search and Delete of a conference catalogue

Notifications You must be signed in to change notification settings

katmolony/linuxShellScripting

Repository files navigation

Conference Catalog Shell Script

Welcome to the Conference Catalog Shell Script! This is a Linux shell script designed for managing a fictional conference catalog. The script allows users to perform various operations such as adding, editing, searching, deleting records, scanning for duplicates, and more.

Linux Symbol

Features

  • Add New Record: Easily add new records to the conference catalog.
  • Edit Records: Edit existing records in the catalog.
  • Multilevel Searching: Search for records based on multiple criteria.
  • Delete Records: Remove unwanted records from the catalog.
  • Scan for Duplicates: Identify and manage duplicate records.
  • YouTube Video Walkthrough: Watch a detailed walkthrough of the code on YouTube.

Usage

  1. Clone the Repository: Clone this repository to your local machine using the following command:

    git clone https://github.com/your-username/conference-catalog-shell-script.git
  2. Navigate to the Directory: Enter the cloned directory:

    cd conference-catalog-shell-script
  3. Run the Script: Execute the shell script to start using the Conference Catalog:

    ./conference_catalog.sh
  4. Follow the Instructions: The script will guide you through the available options for managing the conference catalog.

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 (git checkout -b feature/my-feature).
  3. Make your changes.
  4. Test your changes thoroughly.
  5. Commit your changes (git commit -am 'Add my feature').
  6. Push to the branch (git push origin feature/my-feature).
  7. Create a new Pull Request.

YouTube Video Walkthrough

Check out a detailed walkthrough of the code on YouTube. Make sure to like and subscribe!

About

Linux shell scripts showing Add, Search and Delete of a conference catalogue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages