So I have put a load of names of files in a text file, these are specifically .log
files:
ls *.log > finished_data.txt
Now that I Have the list of .log
files, how do I keep the names but remove the .log
extension?
My thought process is renaming them all?