recutils link
This commit is contained in:
parent
77ea7d4c79
commit
0c82904a33
|
@ -1416,7 +1416,6 @@ With the [following](../assets/scores.csv) file write me a program that prints:
|
||||||
* individual scores for each student
|
* individual scores for each student
|
||||||
* list of passed student or list of failed students
|
* list of passed student or list of failed students
|
||||||
|
|
||||||
|
|
||||||
# User Interface - Make your scripts user friendly.
|
# User Interface - Make your scripts user friendly.
|
||||||
|
|
||||||
* `case` for command line arguments
|
* `case` for command line arguments
|
||||||
|
@ -1428,12 +1427,11 @@ With the [following](../assets/scores.csv) file write me a program that prints:
|
||||||
# Coding challenge - Address book
|
# Coding challenge - Address book
|
||||||
|
|
||||||
* one file db or folder db
|
* one file db or folder db
|
||||||
|
* use [recutils](https://www.gnu.org/software/recutils/manual/) for an easy to use text based database
|
||||||
* case insensitive search
|
* case insensitive search
|
||||||
* edit record when found
|
* edit record when found
|
||||||
* format cell phone number to standard representation
|
* format cell phone number to standard representation
|
||||||
|
|
||||||
TODO
|
|
||||||
|
|
||||||
# Arrays in `bash`
|
# Arrays in `bash`
|
||||||
|
|
||||||
TODO
|
TODO
|
||||||
|
|
Loading…
Reference in New Issue