User Tools

Site Tools


pages:howtos:allerlei

Allerlei

Wie entpackt man xz

unxz messages-20181120.xz

History mit Timestamp

HISTTIMEFORMAT="%Y.%m.%d %T ";
history

irgendwie funktioniert die Backspace-Taste nicht mehr und printet "^?"

Das kann man mit dem folgenden Befehl fixen:

stty erase ^?

Neueste Datei anzeigen

stat -c %y%N * | sort -rn | head -1 | cut -f2-

Dateien und Ordner in aktuellem Verzeichnis nach letztem Modifikationsdatum sortiert anzeigen

cd /verzeichnis
stat -c %y%N {.*,*} | sort -rn


~~DISCUSSION~~

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
pages/howtos/allerlei.txt · Last modified: 2021/12/09 23:35 by The Thing That Should Not Be