Skip to content

Commit

Permalink
Merge pull request #1 from prodicus/devops-tasks
Browse files Browse the repository at this point in the history
added devops tasks. To upload the tar file as release later
  • Loading branch information
prodicus committed Jan 25, 2016
2 parents 029f020 + b0955bc commit 05db2ba
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,25 @@
# recruitment_2016
Tasks for people applying for the recruitment process.

#### Tasks for DevOps

## Task 1

Make a `bash` script, which does the following tasks in this order

- Unzip the `.gz` file
- Delete all the `pycache files`.
- Remove the comments in all the files present. And by comments we mean `python` comments
- Replace the occurence of the word **Tasdik Rahman** in all the files with **Your name**

## Task 2

You are given a log file inside inside the `logs` directory.

Write a script which parses the log file for the date `Jan 21` in a line and then in that line searches for the words

- `ERROR`
- `SUCCESS`
- `INFO`

and store(append) those lines into seperate files. i.e a line with `ERROR` should be stored in the file `error.txt` and so on.

0 comments on commit 05db2ba

Please sign in to comment.