🍡Searching for Files

Using grep and find to find information in files quickly.

Using the grep command, "grep 'THM' access.log", I was able to find the first flag TryHackMe was asking for.

The grep command.

Last updated