Fun bash trick: you can have stdout of a command be treated like a file with <(echo foo) Useful for places where piping doesn't work, like diff(1): diff <(./foo) <(./bar)
It can be done portably with multiple here-docs and $(./foo) etc. inside them.
You can add location information to your Tweets, such as your city or precise location, from the web and via third-party applications. You always have the option to delete your Tweet location history. Learn more
It can be done portably with multiple here-docs and $(./foo) etc. inside them.