From owner-freebsd-questions@freebsd.org Fri Apr 26 05:06:52 2019 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A245115893FF for ; Fri, 26 Apr 2019 05:06:52 +0000 (UTC) (envelope-from kremels@kreme.com) Received: from mail.covisp.net (mail.covisp.net [65.121.55.42]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 48CDD83394 for ; Fri, 26 Apr 2019 05:06:52 +0000 (UTC) (envelope-from kremels@kreme.com) From: "@lbutlr" Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Re: saving "zfs send" to a Windows host Date: Thu, 25 Apr 2019 23:06:49 -0600 References: <20190423054243.GA4659@admin.sibptus.ru> <201904230926.36122.dr.klepp@gmx.at> <20190425145210.GA62061@admin.sibptus.ru> <201904251728.15848.dr.klepp@gmx.at> <20190425163412.GA63892@admin.sibptus.ru> <20190425192744.e0d0acb4.freebsd@edvax.de> <20190426033049.GA80168@admin.sibptus.ru> To: RW via freebsd-questions In-Reply-To: <20190426033049.GA80168@admin.sibptus.ru> Message-Id: <213C54E3-6A93-4C39-8EDA-6E5128473E3C@kreme.com> X-Mailer: Apple Mail (2.3445.104.8) X-Rspamd-Queue-Id: 48CDD83394 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.98 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.99)[-0.985,0] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Apr 2019 05:06:52 -0000 On 25 Apr 2019, at 21:30, Victor Sudakov wrote: >>>>> I guess I need something in Windows that would accept a byte = stream on >>>>> stdin and save it to a file in b:\my_backups [SNIP] > It seems to me that "CON" or "CON:" is not really /dev/stdin, it's > rather /dev/tty. Or probably it's CMD.EXE's stdin, not TYPE.EXE's = stdin. > Whatever.=20 Windows is not unix, and despite the existence of things line con: and | = you can't easily transport unix flexibility onto Windows shell. However, I believe you can install bash in Windows 10. In fact, you can = install an entire linux bistro right into Windows 10. Not sure if that will help you or not, but it might be worth losing into = (I'm not a Windows person, Windows is the thing I avoid when possible). Options include Ubuntu, Debian, and others. --=20 Trying to engage you in any meaningful discussion is like trying to play chess with a pigeon. You shit all over the board and then strut around acting like you won.