|
|
Open many web pages at once via the Terminal
An even easier way to do this is to just use:
Open many web pages at once via the Terminal
Or you could use the "normalized standard notation" rather than backticks:
Open many web pages at once via the Terminal
open $(pbpaste) is interesting and I want to know more.
Open many web pages at once via the Terminal
Yeah, it doesn't work in tcsh only bash. (I'm not sure about zsh: I don't use it.)
xargs is better than `...` or $(...)
It's easier to use open `pbpaste` but it's not as reliable. Using backticks (or $(...) in bash) will fail if you have too many arguments (in this case, too many URLs). I'm not sure what "too many" is; it is a reasonably large limit though, so in practice `...` will generally work. However, xargs will always work - it knows how to handle very large numbers of arguments. It's worth letting yourself get familiar with xargs.
|
SearchFrom our Sponsor...Latest Mountain Lion HintsWhat's New:HintsNo new hintsComments last 2 daysNo new commentsLinks 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.24 seconds |
|