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.
- 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.
-
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
-
Navigate to the Directory: Enter the cloned directory:
cd conference-catalog-shell-script
-
Run the Script: Execute the shell script to start using the Conference Catalog:
./conference_catalog.sh
-
Follow the Instructions: The script will guide you through the available options for managing the conference catalog.
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/my-feature
). - Make your changes.
- Test your changes thoroughly.
- Commit your changes (
git commit -am 'Add my feature'
). - Push to the branch (
git push origin feature/my-feature
). - Create a new Pull Request.
Check out a detailed walkthrough of the code on YouTube. Make sure to like and subscribe!