https://github.com/zriyansh/bash
https://github.com/zriyansh/bash
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zriyansh/bash
- Owner: zriyansh
- Created: 2024-06-03T13:37:14.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-03T13:43:59.000Z (almost 2 years ago)
- Last Synced: 2025-02-19T22:14:03.233Z (over 1 year ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```