Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 496 Bytes

readme.md

File metadata and controls

18 lines (17 loc) · 496 Bytes

ADDRESS BOOK

a shell script exercise

function:

  1. search / list contact
  2. add contact
  3. remove contact
  4. edit contact

struggle:

2022-06-01: damn, to continue this exercise I have to learn a bunch of text-manipulation-tools like sed, tr,... cha dố!

2022-06-01: damn, I finished it :D just learned 2 things (sed and cut).

I'm awesome!

learn source:

shellscript lukesmith mentalOutlaw