From f5ad6e69f4eed15d7f91262a43a45c469f4855f5 Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Sun, 27 Feb 2011 14:37:48 +0100 Subject: [PATCH] No revlines, there is tac. --- .bashrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.bashrc b/.bashrc index e962aba..2d51109 100644 --- a/.bashrc +++ b/.bashrc @@ -272,7 +272,6 @@ function ctags {(unset ctags function ctagsh { ctags "--c-types=+px"; } function cpan {(unset cpan; if [ $# = 0 ];then cpan;else perl -MCPAN -e "install qw($*);";fi; );} function exx { cd "`unset exx;exx "$@"|tee /proc/self/fd/2|tail -n1|sed -n 's/^extdir=//p'`"; } -function revlines { perl -e 'print reverse <>;'; } function debuginfo { if test -n "$*";then echo "$*";else cat;fi \ |xargs rpm -qf|xargs rpmquery --qf '%{SOURCERPM}\n'|sed 's/-[^-]*-[^-]*[.]src[.]rpm$/-debuginfo/'|sort -u; } function ipcsrmall { ipcs|awk '/- Shared Memory/{x="-m"}/- Semaphore/{x="-s"}/^0x/{print "ipcrm "x" "$2}'; } -- 1.8.3.1