Make a selection from the drop-down list.




Make a selection from the second drop-down list.

The second drop-down was made to work by changing the 'form name="jump" ' to "left" and the change was also made "location=". Interestingly, the second "jump" inside the [] was not changed.

Thursday, June 7, 2007

Stick This In Your Pipe

tar cf - sourcedir | ssh username@destination "cd destdirparent ; tar xf -" This is typing the pipe | right in the post.

No comments: