It appears you have not registered with our community. To register please click here ...

Author Topic: HII... Help me in modifying my script. plz  (Read 1751 times)

rammu_sivraj

  • Newbie
  • *
  • Posts: 3
  • Karma: +10/-0
    • View Profile
    • Email
HII... Help me in modifying my script. plz
« on: June 29, 2006, 12:26:45 AM »
# This is my sample script
#!/bin/sh
# script to display file system packages and s/w packages
ech0 -e " system packages " >> /tmp/infoshell.sh
rpm -qa | sort | less >> /tmp/infoshell.sh
echo -e " file system profile " >> /tmp/infoshell.sh
df -a | cut -d" " -f1 >> /tmp/infoshell.sh
cat /tmp/infoshell.sh | more
rm -f /tmp/infoshell.sh

How to make the file infoshell.sh a userfriendly document?? the output of my script is so vague.
help me in viewing the a good o/p.. one should use tab key in scrolling down the o/p page.. plz help
Regards
Rammu

zelo

  • Super Moderator
  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 264
  • Karma: +10/-0
    • ICQ Messenger - 233717
    • MSN Messenger - webmaster@zelo.com
    • Yahoo Instant Messenger - zelo@yahoo.com
    • View Profile
    • http://www.zelo.com
    • Email
HII... Help me in modifying my script. plz
« Reply #1 on: June 29, 2006, 11:26:50 AM »
Quote from: rammu_sivraj
# This is my sample script
#!/bin/sh
# script to display file system packages and s/w packages
ech0 -e " system packages " >> /tmp/infoshell.sh
rpm -qa | sort | less >> /tmp/infoshell.sh
echo -e " file system profile " >> /tmp/infoshell.sh
df -a | cut -d" " -f1 >> /tmp/infoshell.sh
cat /tmp/infoshell.sh | more
rm -f /tmp/infoshell.sh

How to make the file infoshell.sh a userfriendly document?? the output of my script is so vague.
help me in viewing the a good o/p.. one should use tab key in scrolling down the o/p page.. plz help
Regards
Rammu


Don\'t know if you retyped this or if you copy/pasted but on the line:
ech0 -e " system packages " >> /tmp/infoshell.sh

ech0 should be echo

 

Related Topics

  Subject / Started by Replies Last post
6 Replies
2115 Views
Last post December 30, 2005, 04:22:57 PM
by dynaweb
0 Replies
1528 Views
Last post September 17, 2006, 11:20:00 AM
by dynaweb