Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • Neither of these suggestions do what the OP is asking. Commented Aug 17, 2012 at 18:17
  • Well the question was to fill in the blanks _ and these two command above work perfectly if you ask me. The first blank _ is always user@server, the second _ in the first command has to be exactly one word (or command) which in this case is cat. In the second command the second _ is for sed and third _ is for 's/^[ ]//g'. This sounds more like it unless you can change the question when you sitting in an interview. Commented Aug 17, 2012 at 18:57
  • 1
    Your first answer is incorrect. The question was to pass input from abc.txt to ssh, and your answer is not doing that. Commented Aug 18, 2012 at 6:55