D
Deno
P
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
Join
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,934
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
Available disk space
C
cknight / help
3y ago
Read child process I/O
M
mattvr / help
2y ago
Coverage for child processes
K
KyleJune / help
11mo ago
Child process doesn't exit on .kill()
M
Moomoo / help
2y ago