Search Results

Search: Posts Made By: pals70423
2,581
Posted By pals70423
Many thanks rangarasan and pamu for your...
Many thanks rangarasan and pamu for your help.both the command works perfectly.
2,581
Posted By pals70423
Remove data from grep command using the pattern in the file
Hi,
I writing a shell program to remove the data from output of the find which matches a list in a file

I am using the below find command to get the list of files

x=`find . -name...
2,997
Posted By pals70423
delete a row in csv file based on the date
Hi,
I have a csv file with old data..i need to have only last 30 days from the current dateof data in the file.The fourth field in the file is a date field.i need to write a script to delete the...
1,347
Posted By pals70423
I have a script for house keeping - housekeep.ksh...
I have a script for house keeping - housekeep.ksh which run in two servers test1 and test 2.

i am currenly logging in each server and executing them manually.
i need to create a perl scriping...
1,347
Posted By pals70423
Automating the task in two environments
Hi all,
I have a task which need to be done in two test environment.both the script does the same work.i am plannig to automate that like writing a perl program to execute the script in...
10,126
Posted By pals70423
Thanks glev2005.i have changed a bit your...
Thanks glev2005.i have changed a bit your response to get that worked

${list_acquirer
}


echo "${list_acquirer
}" |grep "$1"
if [ $? -eq 0 ]; then
Color_Match=yes
else
Color_Match=no...
10,126
Posted By pals70423
I have created an array like set -A...
I have created an array like

set -A list_arr red blue green orange

and now i have the parameter for the program

check_list= $1

if the user run the program with red as the input...
10,126
Posted By pals70423
search a value in array
Hi,
I am just writing a program to check a value in the given array.

The program expects a parameter which is checked against the array list and if it found then a variable is set else...
Showing results 1 to 8 of 8

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