|
|
Use a free program to simplify dragging from Terminal
2 problems with this app:
Use a free program to simplify dragging from Terminal
The simplest fix for this is to modify the "drag" shell script to read:
Note the double-quotes around "$@". This is important for anyone who writes Unix shell scripts: you must be careful about the effects of quoting after substitutions. "$*" would not be correct in this case, for example, because it would result in a single quoted token with all of the substituted parameters included in the one token, separated by a space (technically, the IFS setting.) Anyway, using "$@" takes care of the blanks-in-file-specifications issue. -^-rdj-^- |
SearchFrom our Sponsor...Latest Mountain Lion HintsWhat's New:HintsNo new hintsComments last 2 daysLinks last 2 weeksNo recent new linksWhat's New in the Forums?
Hints by TopicNews from Macworld
From Our Sponsors |
|
Copyright © 2014 IDG Consumer & SMB (Privacy Policy) Contact Us All trademarks and copyrights on this page are owned by their respective owners. |
Visit other IDG sites: |
|
|
|
Created this page in 0.09 seconds |
|