Summary: Ipfilters block IPs through a ipf.conf, I want to delete enteries from ipf.conf through script.I tried shell scripting and then sed scripting sed '/\...
Summary: I wrote a bash script to clean up duplicate directoris and garbage from PATH variable and set a new path into $newpath. However, even if I embbeded th...
Summary: Well, I have a fairly complicated sed script which performs necessary reformatting of the file(s) prior to delivery to other parts of the system. We h...
Summary: Look in the /etc/rc3.d directory of the client. The script there are numbered so as they run in order. (e.g. s96.., s97...,s98...) After they run they...
Summary: Hi Nails, I have two more questions. I have written a small script that gives output of "ls -l" in KB and MB.Now I do not want to show the client the ...
Summary: Im using ipfilters over solaris, I want to edit the ipf.conf through script as in remove the rule matching the string. If I try to direct the output t...
Summary: Hi, I need a shell script to check a dynamic ip(from cable company), it will send the ip to my email if the ip changes. The Solaris box is behind the ...
Summary: hello, I'm using Solaris 8 and Netscape 4.76. What I'm trying to do is set things up so that I can run shell scripts through a browser. I created a sm...
Summary: Hi bof Yes, thanx ...awk was very useful indeed!!! :) I am soooo used to vi and sed.... but in still cant get the script to compare dates....any sugge...
Summary: Not too sure what you're on about... are you saying you don't want the header of the ps command? if so just pipe the ps command through to sed '1d' T...
Summary: Hello, Here is the situation. We are a company that has been using a professional publishing system, the software is called "ProType". It runs on Sola...
Summary: num variable is not getting identified in the below script correctly and so it throws me this error ( sed: command garbled: $num p No message !?! ) #!...
Summary: I am trying to figure out a way to send data through either curl or a perl script to a webpage that initiates a login by using a javascript. I was ab...
Summary: Hi, I've written a one line script to consolidate ping stats for each device being pinged from a list of 30 devices. I am using a for-do loop and extr...
Summary: Hi all Iam using Ultra sparc E-450 with 4 scsi disk. disk1 has configured to mirror o/s on disk 3. How do i swap my bootable device through initial pr...
Summary: Hi guys, sorry to submit what seems to be a really basic issue, but I didn't find any relevant info searching the web. Here is my problem. I'm runnin...
Summary: Can someone do a script for me which copies files under lets say /export/home/user1 to /export/home/user1/files with exception to some particular file...
Summary: Hi First of all enter this command on your console #ls -l /dev/rmt/? | sed `s/.*rmt\///` Once you enter this command the system will show line wihch ...
Summary: checked a script to count the number of parameters (arguments ) to the script. I know that it is just one word ($#).But this is using for,while ,and ...
Summary: I want to add an option to the login menu ( you know the bit where you have CDE, Gnome, KDE, Openwin etc) for Windows 2000 Terminal Services. Can it b...
Summary: hi , plz help me with a shell script(in ksh) I have written a shell script which has it has quality check routines & batch files)file called "Qu...
Summary: Robert, This is not going to be possible with grep. You might want to look into perl, awk, or sed to do this. Pasting an example of what you are try...