ps-stat ( path -- string )


Vocabulary
tools.ps

Definition
USING: io.encodings.utf8 io.files sequences ;

IN: tools.ps

: ps-stat ( path -- string )
"/stat" append utf8 file-contents parse-stat ;