Tagged Questions
4
votes
3answers
260 views
Does bash have a built in caching command available (sort of like mktemp or sponge)?
I'm using the amazon ec2 command line tools, and the ec2-describe-instances tool is a little painful because of the 2-5 seconds it requires to make the request and display the output.
I'm looking ...