seed: curriculum content
This commit is contained in:
13
1.solar-system/1.welcome/08.the-searcher/starter/starter.sh
Normal file
13
1.solar-system/1.welcome/08.the-searcher/starter/starter.sh
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
# The Searcher — find things in an archive.
|
||||
#
|
||||
# When this script runs, an `archive/` directory tree exists with
|
||||
# many files. Somewhere in it, a single .log file mentions BREACH.
|
||||
#
|
||||
# Your script must produce two files:
|
||||
# - logs.txt — every `.log` file path under archive/, one per line
|
||||
# - breach.txt — the path to the file containing the word BREACH
|
||||
#
|
||||
# Tools: find, grep -rl
|
||||
|
||||
# Your code here.
|
||||
Reference in New Issue
Block a user