Random Line Deletion in C Files

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

|60 : 00

Click the virtual machine below to start practicing