From: Joerg Woelke Date: Mon, 16 Aug 2010 16:45:59 +0000 (+0200) Subject: grmlzshrc.t2t: Finish aliases X-Git-Tag: v0.3.84~25 X-Git-Url: https://git.grml.org/?a=commitdiff_plain;h=5489c332ac37140d8593c4eeba86720bb804a81c;p=grml-etc-core.git grmlzshrc.t2t: Finish aliases Document debs-by-size and fix formatting typo in "...". --- diff --git a/doc/grmlzshrc.t2t b/doc/grmlzshrc.t2t index 0b4c5b8..0b1bc34 100644 --- a/doc/grmlzshrc.t2t +++ b/doc/grmlzshrc.t2t @@ -933,6 +933,9 @@ in human readable format. : **dbp** (//dpkg-buildpackage//) Builds binary or source packages from sources (See: dpkg-buildpackage(1)). +: **debs-by-size** (//grep-status -FStatus -sInstalled-Size,Package -n "install ok installed" | paste -sd " \n" | sort -rn//) +Prints installed Packages sorted by size (descending). + : **default** (//echo -en [ escape sequence ]//) Sets font of xterm to "-misc-fixed-medium-r-normal-*-*-140-*-*-c-*-iso8859-15" using escape sequence. @@ -1175,7 +1178,7 @@ Gives a clean prompt (i.e. without $?). : **$(uname -r)-reboot** (//kexec -l --initrd=/boot/initrd.img-"$(uname -r)" --command-line=\"$(cat /proc/cmdline)\" /boot/vmlinuz-"$(uname -r)"//) Reboots using kexec(8) and thus reduces boot time by skipping hardware initialization of BIOS/firmware. -: **...** (cd ../../) +: **...** (//cd ../..///) Changes current directory two levels higher. : **?** (//qma zshall//)