Basic Shell Scripting - 3
Real Life Script
Accessing Data from a file
Create a 1st script that will pull errors from a file.
Create 2nd script that will format the output of administrative commands
#!/bin/bash
# Date Created: 02/26/2024
# Author: Shounak Khulape
# Descrip...
shounakkhulape.hashnode.dev1 min read