vlang / coreutils

This repository contains programs equivalent to GNU coreutils, written in the V language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

implement common module `readutmp`

ShenTengTu opened this issue · comments

The commands like uptime, users, who in GNU coreutils inculde "readutmp.h" which can not be found in V, but we can make a V implementation based on <utmp.h> & <utmpx.h>.

The work is in proccess with utime implementation.