]> git.ipfire.org Git - thirdparty/util-linux.git/commit - login-utils/last.c
last: Add -T option for tab-separated output
authorTrag Date <101431599+tragdate@users.noreply.github.com>
Wed, 23 Aug 2023 01:43:04 +0000 (04:43 +0300)
committerGitHub <noreply@github.com>
Wed, 23 Aug 2023 01:43:04 +0000 (04:43 +0300)
commit5d7df6b782cbd8c7852867a5dc9ff8cd69c23c0a
treeb037f67a5962e0d9516cc515e32bcc00e359cf6f
parent2b99ee2526ae61be761b0e31c50e106dbec5e9e4
last: Add -T option for tab-separated output

This commit introduces a -T option to the last command, allowing for tab-separated output. This change significantly improves the usability of last in conjunction with awk, enabling more efficient and intuitive parsing of command output.

Signed-off-by: Cristian Zmole <chiarel@tragdate.ninja>
login-utils/last.c