- May 19, 2011
- 21,389
- 16,601
- 136
I had to do a manual install of makemkv (to get an older version of it), which resulted in a Mint launcher entry that lacked an icon. I wanted to find if/where the ico for makemkv was on my computer and modify the launcher entry.
I ran:
find /usr/ -name "makemkv*"
And got several results, but I get more results by doing a search in a file manager window (nemo, on Linux Mint). I suspect this is because the command I ran is asking for any files named makemkv*, but searching for makemkv*.* results in asking for files names makemkv with whatever then a full stop then whatever, which excludes files that were called for example 'makemkv'. If I wanted to get both sets of results with one find command, how would I go about doing it?
I've achieved what I want to achieve already (the launcher entry now has the proper MakeMKV icon) but I would like to learn more about stuff at the command line.
I ran:
find /usr/ -name "makemkv*"
And got several results, but I get more results by doing a search in a file manager window (nemo, on Linux Mint). I suspect this is because the command I ran is asking for any files named makemkv*, but searching for makemkv*.* results in asking for files names makemkv with whatever then a full stop then whatever, which excludes files that were called for example 'makemkv'. If I wanted to get both sets of results with one find command, how would I go about doing it?
I've achieved what I want to achieve already (the launcher entry now has the proper MakeMKV icon) but I would like to learn more about stuff at the command line.
