On Sep 26, 2017, at 8:44 AM, @lbutlr <[email protected]> wrote:
> pushd "$(tmutil latestbackup)$(ls -d `find /Volumes/ -maxdepth 1 -type l 
> -print` | sed 's/\/Volumes\///')$(pwd -P)"

AFAIC, this works and is shorter, but I don't use pushd myself:

pushd "$(tmutil latestbackup)$(ls -d `find /Volumes/ -maxdepth 1 -type l` | sed 
's/\/Volumes\///')"

-- 
Apple broke AppleScripting signatures in Mail.app, so no random signatures.

_______________________________________________
MacOSX-talk mailing list
[email protected]
http://www.omnigroup.com/mailman/listinfo/macosx-talk

Reply via email to