Home » Industry Watch
ACP Text Services: Resolve PathSo you can see where things are going before they get there.
Pursuant to the 'Sudo Fun' discussion on $PATH hijacking the ACP Text Services now offer the ability to resolve paths in command lines so you can see where things are going before they get there. It's perhaps the safest way to go - possibly safer than even Terminal. Select your text; hit the keyboard shortcut ⌘~; it's done.
Before
sudo find /Developer \( -name *.lproj -and \! \( -name English.lproj -or -name en.lproj -or -name en_AU.lproj -or -name en_CA.lproj -or -name en_GB.lproj \) \) -exec rm -rf {} \;
After
/usr/bin/sudo /usr/bin/find /Developer \( -name *.lproj -and \! \( -name English.lproj -or -name en.lproj -or -name en_AU.lproj -or -name en_CA.lproj -or -name en_GB.lproj \) \) -exec /bin/rm -rf {} \;
See Also Sudo Fun ACP Services
|