I run unsuccessfully
cat Research/Skim.app/Contents/Frameworks/SkimNotes.framework/Versions/A/Resources/info.plist | sed -f Users/Masi/bin/HideTopBar
and I get
sed: Users/Masi/bin/HideTopBar: No such file or directory
[439]
I get the same error message also for the following command
sed -f Users/Masi/bin/HideTopBar Research/Skim.app/Contents/Frameworks/SkimNotes.framework/Versions/A/Resources/info.plist
Users/Masi/bin/HideTopBar has permissions 700 and it is
s/\<dict\>/\<dict\>\n \<key\>LSUIPresenationMode\<\/key\> \n \<integer\>4\<\/integer\>/
The file which I am editing: info.plist
...
<dict>
<key>CFBundleDevelopmentRegion</key>
...
</dict>
</plist>
How can you source the SED script?