cd dev/
ll 
ls -la
mknod null      c 1 3
echo $?
ll
ls -la
mknod ttyS0     c 4 64 || true
mknod tty1      c 4 1 || true
free
#1336919570
rpm -qi rpm
#1336919701
zypper lr
#1336919981
which zypper
#1336919985
ldd /usr/bin/zypper
#1336920034
zypper help
#1336920038
file /usr/lib/libaugeas.so.0
#1336920041
file /usr/lib/libaugeas.so.0.15.0 
#1336920047
rpm -qf /usr/lib/libaugeas.so.0.15.0 
#1336920054
rpm -qi libaugeas0-0.10.0-2.1.armv5tel
#1336920137
ldd `which zypper`
#1336920153
ldd `which zypper` | cut -d " " -f 2
#1336920156
ldd `which zypper` | cut -d " " -f 3
#1336920163
ldd `which zypper` | cut -d " " -f 3 | xargs rpm -qf
#1336920181
ldd `which zypper` | cut -d " " -f 3 | xargs rpm -qf| sort|uniq -c
#1336920197
ldd `which zypper` | cut -d " " -f 3 | xargs rpm -qf| sort|uniq
#1336920239
ldd `which zypper` | cut -d " " -f 3 | xargs rpm -qf| sort|uniq|rpm -qi|less
#1336920244
ldd `which zypper` | cut -d " " -f 3 | xargs rpm -qf| sort|uniq|xargs rpm -qi|less
#1336920277
rpm -q --changelog gcc|less
#1336920308
rpm -qa|grep gcc
#1336920316
rpm -q --changelog gcc-4.7|less
#1336920322
rpm -qa|grep g++
#1336920325
rpm -qa|grep c++
#1336920350
ldd `which zypper` | cut -d " " -f 3 | xargs rpm -qf| sort|uniq|xargs rpm -qi|less
#1336920381
ldd `which zypper` | cut -d " " -f 3 | xargs rpm -qf| sort|uniq|xargs rpm -qi|grep -e "^Name" -e "^Build Date"
#1336920510
ldd `which zypper` | cut -d " " -f 3 | xargs rpm -qf| sort|uniq|xargs rpm -qi|less
#1336920523
ldd `which zypper` | cut -d " " -f 3 | xargs rpm -qf| sort|uniq|xargs rpm -qi|grep -e "^Source" -e "^Build Date"
#1340805543
ll
#1340805544
ls
#1340805546
rpm -qa
#1340805551
df
#1341132268
id
