Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Shell script help
Name: Hugo Date: December 12, 2007 at 07:47:15 Pacific OS: Sol 9 CPU/Ram: 4GB Product: SunFire v240
Comment:
Hi.
Any one know how to extract Interface name and ip address for each working (UP) interface on Cisco device configuration? Configuration is already on flat files. Config file has many entries like one below:
interface GigabitEthernet0/0 description To site LAN ip address 10.2.122.241 255.255.255.252 ip access-group virus-security in duplex auto speed auto media-type rj45
Need to grep for each device config only interface info and ip address, as long as interface is not shutdown.
Summary: Hi, can anyone help me, I am doing an assignment and I'm having trouble figuring it out. First of all. I am using the Bourne shell and I need to display the user of the shell script their Surname foll...
Summary: I need help on writing 2 shell scripts: 1) Write a shell script, to be called `keep', that will take any number of file names as arguments. It should remove all files from the current directory...
Summary: Please help me on two shell scripts: 1. the script simulates the ls -l command but prints only three columns of our choice. 2. the script makes a file out of the information in the etc/passwd. file u...