Using sed Some more advanced examples of how to use the sed command in Linux.Tags: LinuxBashsed Read more about Using sed
POSIX character classes Some of the character classes to use in regular expressions. Tags: LinuxBash Read more about POSIX character classes
CD Burning using the shell How to burn CD's using only bash. First create an iso with the following command:mkisofs -o HomeMovie.iso -J -r -V HomeMovie Movie.avi Movie.srt In this example:Tags: LinuxBash Read more about CD Burning using the shell