Hi - I have the following script, it appears though that when I pipe the output from do_countdown through any kind of stream filter - sed, grep, tr ..etc, and then through tee that the output ...
Please help me create a script to modify the password of a user having an account to 100 servers.
We are using trusted account relationship in HPUX and we are using ssh to login to each servers.
For change control/support purposes, our OpenVMS servers require tech support
or administrator to login to a central VMS server (which is DCL shell script menu
driven) & from there, the admi...
On a solaris box using bourne shell.
Basically running this command (with a bunch of Java stuff before it)
weblogic.Server >> ${WLS_CONSOLELOG} 2>&1 &
It redirects standard out to a file. W...
In Apache/ linux - how would I setup a cron script to run daily to delete all files within a specified folder (above www root) that are older than a certain time period - for example, 1 month?...
We need to write a bourne shell script to call a different command on different days of the week and dates of the month. Example;
IF date of month = 14 THEN
ELSE IF day of week = 1 (Mond...
I'm looking for a cron script or other way to periodically and automatically empty the spam box that can be enabled via Cpanel's SpamAssassin? I'm looking for a way to empty it based on time ...
Hi,
I am new to Putty and need to be able to connect to my database to reboot. Can you tell the syntax for connecting to the database? I have putty set up so I can log into the box. Thanks.
How do you get the number of lines returned by an
AWK search, that is the number of matches that it
has found ?
Hi experts,
Please give me a solution to the below mentioned task:
Description:
1. shell script which querys oracle database and generate the csv file with date append.
2.shell script to...
1. We need a cronjob that will run every 5 mins everyday to check the /usr/oracle10 filesystem
2. If it reach 50% then we need a script will move the trace logs from udump and bdump to anoth...
Hi,
I have a cronjob (20 * * * * /usr/lbin/sa/sa1 300 12) that captures sar files and put them into
/var/adm/sa
server@/var/adm/sa>ll
total 1066848
-rw-r--r-- 1 root sys ...
I'm new to scripting and have a question about enhancing a simple shell script.
I'm simply running a java program and then piping the output to mailx. What do I need to add to this script t...