I need to input this command. It is written in bash, but my terminal is zsh. How do I rewrite it?
ssh username@rserver.com -L 127.0.0.1:8888:*:11111
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
These are just arguments to
ssh, they are notbashspecific. You probably want to escape your glob, though (although that’s true inbashas well).