Malcolm's Tech Notes
Unix
My notes on how to use podman.
Quick install guide for Oracle 11g on Linux
SELinux Notes
Setting Up WordPress in on RHEL8 in Containers
Study Points for the RHCSA Exam (EX200)
Wallpapers
Windows
Tag:
cat
cat a file and remove comments and blank lines
$ cat file.txt | grep -v “#” | grep -v “^$”
February 9, 2021