Skip to content

Ryans-Projects-for-Personal-Learning/shell-scripting-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

shell-scripting-practice

The examples folder contains scripts I copied and ran for personal learning.

The address book folder contains a project I did to practice these concepts.

Address Book Project

The address book is a program for searching, adding, deleting, and editing contacts in the address book. Entries are stored in the entries subfolder which are then accessed through the program.

Search

Given a surname, lists all records with that surname.

search

Add

Adds an entry to the address book. You need to provide a first name, a last name, a phone number, and an email.

add

Delete

Deletes an entry from the address book. You need to provide a first name and a last name.

delete

Edit

Edits a field of an entry. You need to first provide the first and last name of the entry you want to edit and then specify which field you would like to change. You then provide the new information.

edit

About

A repo for storing my shell scripts for practice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages