Possible Duplicate:
What does “-” mean as an argument to a command?
When I use this command:
tar cf - /tmp | ssh test.com tar xf -
What does the '-' mean? And is this the correct interpretation of the above command? tar the tmp directory and ssh the tarball to test.com and untar it.
