View Single Post

  #2 (permalink)  
Old 05-31-2008, 05:40 PM
rockdalinux's Avatar
rockdalinux rockdalinux is offline
Contributors
User
 
Join Date: May 2005
Location: Bangalore
My distro: RHEL, HP-UX, Solaris, FreeBSD, Ubuntu
Posts: 581
Rep Power: 7
rockdalinux is a jewel in the rough rockdalinux is a jewel in the rough rockdalinux is a jewel in the rough rockdalinux is a jewel in the rough
Default

Code:
history -w /tmp/test
cat /tmp/test
Output
Code:
cd
gpass
cd /tmp/
mkdir tw
cd tw
cp /etc/*.conf .
ls
cp /etc/*.txt .
ls
cp ~/*.txt .
ls
ls *.txt
zip
zip ../file.zip *
cd ..
unzip 
unzip file.zip "*.txt"
__________________
Rocky Jr.
You may have my body & soul, but you will never touch my pride!

If you have knowledge, let others light their candles at it.

Certified to work on HP-UX / Sun Solaris / RedHat
Reply With Quote