DenoDDeno
Powered by
ptrxyzP
Denoβ€’3y agoβ€’
8 replies
ptrxyz

Getting free disk space without using child_process.

Hello everyone!
I would like to create a small CLI tool using Typescript and Deno. I would like to monitor the free disk space on several disks.

How can I get the free disk space on a Linux machine without forking a separate process (like
exec --> df
exec --> df
and the like)?
In addition, I would like to
deno compile
deno compile
my little program later, so I am not sure if Node's gyp is an option then.
Deno banner
DenoJoin
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,934Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

Available disk space
cknightCcknight / help
3y ago
Read child process I/O
mattvrMmattvr / help
2y ago
Coverage for child processes
KyleJuneKKyleJune / help
11mo ago
Child process doesn't exit on .kill()
MoomooMMoomoo / help
2y ago