Question: Please use sed command only! I have a script called sdel. I want to change the name of this script to clean , but I

Please use sed command only!
I have a script called sdel. I want to change the name of this script to clean , but I call the script in many other scripts in this directory. Please give me a sed command that will substitute the new name ( clean ) for the old name ( sdel) in every file in my current directory. Be aware that I definitely want to edit the files in place, so I want my sed command to use the appropriate flag
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
