source: dass-tools/etc/profile.d/dass-it.sh@ 1089

Last change on this file since 1089 was 1089, checked in by joergs, on Sep 5, 2012 at 11:34:02 PM

added scsi-rescan

File size: 345 bytes
Line 
1# some usefull aliases
2
3alias_set()
4{
5 name=$1
6 shift
7 alias $name >/dev/null 2>&1 || alias $name="$@"
8}
9
10alias_set l "ls -la"
11alias_set .. "cd .."
12alias_set ... "cd ../.."
13alias_set lsst 'find -type f -printf "%T@ %T+ %P\n" | sort -n'
14alias_set rpm-disturl 'rpm -q --qf "%{DISTURL}\n"'
15alias_set rscp 'rsync -av --progress --compress'
16
Note: See TracBrowser for help on using the repository browser.