Search Results

Search: Posts Made By: wlcm232
3,164
Posted By wlcm232
#!/bin/ksh . ./was.env dt=$(date...
#!/bin/ksh
. ./was.env
dt=$(date +"%m"-"%d"-"%Y"-"%H":"%S")
while :
do
#a=`cat $log_dir/$app_name.pid | cut -d "" -f1 `
if [ -f $log_dir/$app_name.pid ]
then
break
else
echo...
108,473
Posted By wlcm232
find and replace coding in perl
#!/usr/bin/perl
#bash#./ff.pl --prod \/opt\/ WebSphere5 --cob \/opt\/was6mig\/WebSphere5 -base

use File::Find;
use Getopt::Long;
#$dmPath="/scratch/optcob/cells.dmgr.tmp";
#Modify the...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 03:57 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy