Delete Empty Lines

# 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.

|60 : 00

Click the virtual machine below to start practicing