deno.land / std@0.91.0 / examples / cat.ts

نووسراو ببینە
1
2
3
4
5
6
7
8
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.const filenames = Deno.args;for (const filename of filenames) { const file = await Deno.open(filename); await Deno.copy(file, Deno.stdout); file.close();}
std

Version Info

Tagged at
3 years ago

External Dependencies

No external dependencies 🎉