ls
exit
ls
find . -maxdepth 1
find . --maxdepth 1
find --help
find -help
man find
quit
exit
cat ML.txt | cut -d' ' -f2
cat ML.txt | cut -d' ' -f2 | sort
for i in `cat ML.txt | cut -d' ' -f2 | sort` ; grep ML.txt " $i " ; done
for i in `cat ML.txt | cut -d' ' -f2 | sort` ; do grep ML.txt " $i " ; done
for i in `cat ML.txt | cut -d' ' -f2 | sort` ; do grep " $i " ML.txt ; done
exit
find . -name fstab
find / -name lilo.conf
echo $?
exit
busybox
exit
fdisk -l
fdisk -l /dev/hda
ldd `which fdisk`
exit
fdisk -h
fdisk -v
exit
date
date -s
date %s
date +%s
date +s
date +%HH
date +%H
date +%HM
date +%H:%M
date +%H:%M:%S
date +%s
exit
time
exit
bin/busybox
exit
busybox
busybox | grep ash
busybox | grep msh
busybox &> res.txt
cat res.txt | grep sh
ls
rm res.txt 
ls
busybox
exit
basename
basename /hi/there
exit
echo "hi there" | basename
exit
busybox eject
busybox
mount
exit
busybox
busybox | grep md5
busybox md5sum
exit
busybox
busybox insmod
busybox rmmod
busybox lsmod
busybox date
busybox printf
exit
busybox
busybox &> res.txt
cat res.txt | grep sh
exit
busybox
busybox md5sum
exit
md5sum sa
exit
hdparm
busybox
busybox | grep hdp
exit
which fsck
busybox
exit
ifconfig
klogd -c 1
syslogd
ls
ls sbin/klogd -l
/bin/busybox/klogd
/bin/busybox
sync
ls
lsmod
md5sum
klogd -n -c1
PATH=/sbin:/usr/sbin:$PATH
export PATH
klogd
exit
