Search Results

Search: Posts Made By: rajkumar_g
53,587
Posted By rajkumar_g
what is the find to command to find the files created last 30 days
what is the find to command to find the files created last 30 days
1,645
Posted By rajkumar_g
what is the find command to find exact dir from the root
I want to find a dir called STOP from the root.so what is the find command.



Thanks & Regards
Rajkumar
2,731
Posted By rajkumar_g
I have file with exten .shsrc and i not able to run in korn shell
I have file called startA.shsrc, I am trying to to do below thing.

make startA.shsrc and it showing KSH not found.so how to handle this file.
2,731
Posted By rajkumar_g
How to run my make file in Kornshell
Hello Forum Memebers,


I have file with exension of .shsrc ie(startA.shsrc) .while iam trying to make ,its getting Ksh not found.
file:startA.shsrc
error:KSH not found

the content about...
2,259
Posted By rajkumar_g
An issue with condition statement in shell script
Hello forum members.

please go through the below mentioned issue and let me know the right solution.

I have to write a script which runs another script .the executable script take input...
Forum: Programming 11-16-2010
1,490
Posted By rajkumar_g
question about Function pointers
Hello forum memebers


As iam new to C++ programming i am little bit confuse to understand the function pointers.
Please help me to understand the function pointers with examples are suggest me...
13,627
Posted By rajkumar_g
How to check file permissions from a script.
hello,


I have to write a script to run the other script inside it.So iam planning to write like this?
first check the perimissions of the file.
Alogorthim
----------
if(!filepermissions ==...
Forum: Programming 11-03-2010
1,977
Posted By rajkumar_g
What is singleton class ?
hello members,


What is singleton class in c++ and in which case we will go with singleton class.


Thanks & Regards
Rajkumar_g
2,090
Posted By rajkumar_g
I am not able change the file permissions
while trying to view the access permissions to file by "ls -lrt" command it is opening some files int the dir after that segmentation fault ie core is generarting the dir.will anybody please what is...
3,057
Posted By rajkumar_g
A shell script for create a a file in the respective path
Hello forum members,


I have to create a out file in the current path./aaa/bbb/ccc/hhh.
i am writing script below.

###script Begins#####

#!/bin/ksh
echo "Weclome"
if [ -d...
Forum: IP Networking 10-27-2010
14,106
Posted By rajkumar_g
what are L2,L3 protocols.
hello forum members,

What are L2 and L3 Protocols and can u brief me a bit little ie to gain a
basic knowledge.

Thanks & Regards
Rajkumar g
1,925
Posted By rajkumar_g
can I run a exe which is at bin dir from my script.
Hello forum memebers.
I have command which is exe of C- program from my script.i am writing a script which is under path /abc/xyz/test.sh.
the script consist the command which is the exe of c-prog...
1,134
Posted By rajkumar_g
how to write a script for existing of IP_add in the files under paticular paths.
Hello ,


I want to write a script to test the IP_add is hardcoded in the paticular files.
the files are available in path .
for example.
/abs/abn/jkg/frames.sh. like this some files are...
2,266
Posted By rajkumar_g
Thanks for view.
Can u please suggest me how to solve this is issue.

first command have to work then it have print in the log file.what are the operations done on th screen should be copy in log file.

please...
2,190
Posted By rajkumar_g
simple script with while loop getting problem
Hello forum memebers.

can you correct the simple while program.


#! /bin/ksh
count=10
while [ $count -le 10 ]
do
echo $count
count='expr$count-1'
done

I think it will print...
2,266
Posted By rajkumar_g
need a script to redirect the command prompt data int a log file.
Hello forum memebers,



I have to write a script to copy command arguments into a log.please see the below issue and help me to complete it.
i have command "mkidcfg" it is custiomized.I will...
1,999
Posted By rajkumar_g
thanks for your reply but there is no change same old out put.
again it was giving output like below. but i want only Name.

tpfa.ipc.hy.ecil.com

but it printing below code also.

Server: PHXIPCQIPAPPL05.ipc.us.aexp.com
Address: 168.131.110.2
Name: ...
1,999
Posted By rajkumar_g
Thanks for your suggestion.But still more issue is with this script
I want to print only name in the below stuff.

Server: PHXIPCQIPAPPL05.ipc.us.aexp.com
Address: 193.201.110.119
Name: spdma505.gcg.ikl.us.ecil.com
Address: 144.156.254.15

i want only...
1,999
Posted By rajkumar_g
Help me with simple shell script.
Hello forum members,


I have to redirect a output of command into a text file inside a script file but iam getting an errors.so please see below script and suggest me for corrections.

...
5,063
Posted By rajkumar_g
thanks for suggestion
I know find command to search a string but i dont know how to replace with other string. for example.
i am finding for Hosts.
find . -type f -exec grep -l "Hosts" {} \;
but idont know how to...
5,063
Posted By rajkumar_g
What is find and replace command in unix?
hello forum memvers,


1:I have to write a script for find a string and replace with another string.
2:In shell script how to replace one string with another string.:b:
4,004
Posted By rajkumar_g
how to extract a paticular string from the text file with awk.
hello forum members

I have txt file which consists the following information.

Server: abababa.xyz.ap.mxmx.com
Address: 111.143.211.202
Name: rmxd.ipc.ap.mxmx.com
Address: ...
4,753
Posted By rajkumar_g
Thanks for quick replies.
Thanks again,

now with above commands i can find the hardcode IP_ADD in all the directories.now i have to write a condition like this.
iam writing alogorithm:

If [IP_add == found]
copy...
4,753
Posted By rajkumar_g
I am trying to write a script which hadles the...
I am trying to write a script which hadles the following issue
there is IP_ADD is hardcode in some files which are present in 3 different applications those are mentioned below.
for example:...
4,753
Posted By rajkumar_g
Write a script for multiple occurence of a string
Hello friends,


I have to write a script for find a two strings in different file formats under current directory.

string=hsots and dir=/abc/cia/fsd
please help to wirte a small script for...
Showing results 1 to 25 of 32

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