An open API service indexing awesome lists of open source software.

https://github.com/zriyansh/bash


https://github.com/zriyansh/bash

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

## Question1: Log File Analysis

### Give permission
```
chmod +x log.sh
```

### Run
```
./log.sh /path/to/logfile.log
```

## Question 2: Extract and Count File Types
### Give permission
```
chmod +x count_file.sh
```

### Run
```
./count_file.sh /path/to/directory
```

## Question 3: Check Service Status
### Give permission
```
chmod +x check_service_status.sh
```

### Run
```
./check_service_status.sh ssh
```