# Introduction In this challenge, we will learn how to use the `sed` command to replace lines in a C file randomly. We will write a script that will randomly delete 20% of the lines from the file and replace them with a string `<-- DEL -->`. We will also learn how to create random numbers and edit files using the `sed` command.
Click the virtual machine below to start practicing