Search Results

Search: Posts Made By: draghun9
3,572
Posted By draghun9
@Chubler.... I got the script working but i...
@Chubler....
I got the script working but i have one last thing...
i am trying to look for a particular word in a logfile while its getting update and when it finds it i want it to run second...
3,572
Posted By draghun9
Thank you!! That helps... i am working on building the script accordin to my environment.
I have another question about this.....can i use any command or another script which can wait and check for port 9999 on server 2 and whenever it founds that a service is started on this port...it...
3,572
Posted By draghun9
Script to Start services based on dependent services on other AIX machine
Hi,
I just started working on a script. After my research, i found a command which can help me:
AIM: To build a script which starts the services (Services 1) on server 1 automatically whenever its...
2,987
Posted By draghun9
@mjf, When the file not authenticated it should...
@mjf,
When the file not authenticated it should return a value eg: rcode =5; and then i will use this value as a condition in another if statement like if (rcode=5)....
2,987
Posted By draghun9
@MJF... Yeah, i tried and returncode doesnt...
@MJF...
Yeah, i tried and returncode doesnt work....and the thing is even if one line is not authenticated, it should return the value with rcode=5.... as i said i am new to the scripting i am...
2,987
Posted By draghun9
@mjf... i have quick question i kept the command...
@mjf... i have quick question i kept the command u send me in a function i want it to return a value....

comm -23 file1.txt defaultfile.txt | xargs -Ifn echo fn "not authenticated" | RCODE = 5
...
2,987
Posted By draghun9
Thanks guys for your reply...i see both codes...
Thanks guys for your reply...i see both codes working for me.....@corona..i am a newbie and heard from someone that using awk command doesnt workout right sometimes when we have while and for...
2,987
Posted By draghun9
Thanks corona but Is there anyway i can do the...
Thanks corona but Is there anyway i can do the same without the awk command.
2,987
Posted By draghun9
Comparing two .txt files
i am working on a shell script and need help in the comparing part of it. for e.g. there two text files like this:

file1.txt

Code:

name1
name2
name3


file1 has to be comared with...
2,022
Posted By draghun9
Script to compare two text files
i am working on a shell script and need help in the comparing part of it. for e.g. there two text files like this:

file1.txt
name1
name2
name3

file1 has to be comared with file2
...
2,793
Posted By draghun9
Script to check if list of files belong to particular group
i just need help to write a shell script which when run should take the text doc(contains list of files which are to be copied) as input and then each file has to be checked to see if they belong to...
2,873
Posted By draghun9
Don, Actually i do not have input or output...
Don,
Actually i do not have input or output files i can provide. But i can explain you what i need. i just need a script which when run should take the text doc(contains list of files which are to...
2,873
Posted By draghun9
they may be anything...text file, sas datasets,...
they may be anything...text file, sas datasets, csv files etc... actually my aim is to write a script which checks if files listed in the text file are available and then check if they belong to any...
2,873
Posted By draghun9
Urgent...Need a shell script to list files which belong to particular groups
Hi,
I am just new to scripting but got to write a complex scipt please help. i need a shell script which can check the list of data listed in a txt doc and see if they belong to any of the groups...
Showing results 1 to 14 of 14

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