This project includes implementations of the cat and grep utilities, commonly used in Unix-like operating systems for reading and searching text files, respectively. The cat (short for "concatenate") ...
# This script searches multiple files for a regex pattern that matches an IP address. # If you want to repurpose and re-use the script, change the Extended Grep pattern variable in PATTERN. # For now, ...
You may find yourself in a situation where you remember the content of a file but not its name. Linux offers various commands to help you find files based on specific text strings within them. By ...
I've set up my .bash_profile to colour code the hostname in the command prompt differently depending on which machine I'm on. I have a separate file for specifying the host colours, which is sourced ...