1 2 3 4
const filename = Deno.args[0]; using file = await Deno.open(filename); await file.readable.pipeTo(Deno.stdout.writable);