Skip to content

Latest commit

 

History

History
executable file
·
23 lines (19 loc) · 730 Bytes

README.md

File metadata and controls

executable file
·
23 lines (19 loc) · 730 Bytes

Bash Contact Database

This project was done as an introduction to the bash scripting language. This was my first time doing bash, so I am sure there are errors, however, I have spent much time researching what is the considered to be the "best" way to program in bash.

  • List of Bash Features that I used

    • Associative Arrays
    • Regex Comparison
    • String Replacement
  • List People

    • Using tput to list colors and underline in terminal Screenshot
  • Query People

    • Using pipes to separate query fields and use getopt to parse different options Screenshot
  • Update People

    • Same as Query Screenshot