Re: Proposed patch to datacopy to allow passwords to be read from stdin
Stuart Henderson <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
On 2012-08-18, James K. Lowden <[email protected]> wrote: > I had a script such as > > #! /bin/sh > awk "\$2 == \"$1\" {print \$6}" ~/.netrc > > called "getpass". Now the command: > > datacopy -S$S/$U/$(getpass $S)/$D/$T ... > > does the job. This still shows in the command line, though.