gzip出力をBluetoothトランスポートにパイプする方法は?
次のコマンドを使用して、Bluetooth経由でファイルを送信できます。
bluetooth-sendto --device=12:23:35:96:45:45 file.tar
ただし、パイプされたgzipはまだ機能していません。
gzip -fc file.tar | bluetooth-sendto --device=12:23:35:96:45:45
gzip出力をBluetoothトランスポートにパイプする方法は?
次のコマンドを使用して、Bluetooth経由でファイルを送信できます。
bluetooth-sendto --device=12:23:35:96:45:45 file.tar
ただし、パイプされたgzipはまだ機能していません。
gzip -fc file.tar | bluetooth-sendto --device=12:23:35:96:45:45