it wouldn't send the password over a connection, just to that program, which then encryptes it and sends it over the web to the server. that was just an example though. perhaps a bad one. how about this:
ls | sort
so that it will sort the output of the ls command. I just want to know the format of sending the output of one command to the input of another. ls > ./savefile will save the output, but not do anything with it, what would i have to send it to a command instead of a file?