I have installed (compiled) emerald. The command make uninstall didn't work (there is no makefile as it is just a script). So I decided to remove the file manually. But there were a lot of files.
I've tried some things but it didn't work. So I came here to ask for some advice.
- Is there a command with
ls -R | grep blabla*that I can add to display file directory (it only displays filename) - Is there a true
ls -R | grep bla* | rm?