| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 1 month |
| seen | Jan 24 at 3:44 | |
| stats | profile views | 12 |
|
Jan 23 |
awarded | Popular Question |
|
Aug 17 |
awarded | Critic |
|
Aug 17 |
comment |
ssh input from text filessh user@server "bash < Remote.txt" is ssh _ _ _ Remote.txt and ssh user@server "bash < <(sed -e 's/^[ ]*//' Remote.txt)" is ssh _ _ _ _ _ Remote.txt . These command may work but the "question" is still unanswered. |
|
Aug 17 |
comment |
ssh input from text file 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. |
|
Aug 13 |
answered | ssh input from text file |
|
Jul 31 |
answered | Make directory copies using find |
|
Jul 19 |
awarded | Teacher |
|
Jul 18 |
awarded | Organizer |
|
Jul 18 |
revised |
Join two files with matching columns Nothing to do with Perl |
|
Jul 18 |
answered | printing colored text using echo |
|
Jul 18 |
suggested | suggested edit on Join two files with matching columns |
|
Jul 18 |
awarded | Supporter |
|
Jul 17 |
revised |
How to find what's hogging what resources? added 532 characters in body |
|
Jul 17 |
answered | How to find what's hogging what resources? |
|
Jul 17 |
revised |
Perl script, do cd on terminal Modified the b.pl so that it looks like it does more than just calling a.sh |
|
Jul 17 |
suggested | suggested edit on Perl script, do cd on terminal |
|
Jul 17 |
revised |
Perl script, do cd on terminal added 397 characters in body |
|
Jul 17 |
revised |
Perl script, do cd on terminal deleted 1 characters in body |
|
Jul 17 |
awarded | Scholar |
|
Jul 17 |
accepted | FTP over SSL in AIX (UNIX) |