I have 165 desktop files residing in a dedicated directory that need pw-jack
inserted after the =
in the exec line.
example:
Code: Select all
Exec=lsp-plugins-ab-tester-x2-stereo
needs to be converted to
Code: Select all
Exec=pw-jack lsp-plugins-ab-tester-x2-stereo
I'm not sure how to setup a script or command to do a replacement, whether the sed command is the right route, or if there is a better approach. Looking for suggestions to point me in the right direction.