command of the week: tac
Dienstag, August 12th, 2014 by Nosports -----Kannte ich noch garnicht: tac
Funktioniert wie cat, faengt aber am textende an.
fsck.yeah, das ist ein echter Gewinn!
Command of the week: wgetpaste
Mittwoch, Juli 30th, 2014 by Nosports -----Ein commandlineinterface zu diversen pastebins.
Hier z.B. die Ausgabe von ‚cat /proc/cpuinfo | wgetpaste‘ vom neuen angryblog Server. :)
Command of the week: vipw; vigr
Mittwoch, Juli 23rd, 2014 by Nosports -----Überflüssig, aber irgendwie nice to know. ;)
VIPW(8) System Management Commands VIPW(8)
NAME
vipw, vigr - edit the password, group, shadow-password or shadow-group
file
SYNOPSIS
vipw [options]
vigr [options]
DESCRIPTION
The vipw and vigr commands edits the files /etc/passwd and /etc/group,
respectively. With the -s flag, they will edit the shadow versions of
those files, /etc/shadow and /etc/gshadow, respectively. The programs
will set the appropriate locks to prevent file corruption. When looking
for an editor, the programs will first try the environment variable
$VISUAL, then the environment variable $EDITOR, and finally the default
editor, vi(1).