Thanks, that looked hopeful, but with this:
cd/Users/colin/myfolder
for f in "$@"
do
ln "$f" "Plink-$(basename "$f")"
done
I still puts the links in the original folders.
I trie this too:
for f in "$@"
do
cd/Users/colin/myfolder
ln "$f" "Plink-$(basename "$f")"
done
> On Apr 14, 2016, at 11:18 PM, Mike Bonner <[email protected]> wrote:
>
> "Plink-$(basename "$f")"
_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode