# Introduction In this challenge, we will write a script to delete empty lines from a file using the `sed` command-line tool and regular expressions. We will pass the filename as a command-line argument and the script will remove all the empty lines from the file and save it back.
Click the virtual machine below to start practicing