From 5489c332ac37140d8593c4eeba86720bb804a81c Mon Sep 17 00:00:00 2001 From: Joerg Woelke Date: Mon, 16 Aug 2010 18:45:59 +0200 Subject: [PATCH] grmlzshrc.t2t: Finish aliases Document debs-by-size and fix formatting typo in "...". --- doc/grmlzshrc.t2t | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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//) -- 2.1.4