Search Results

Search: Posts Made By: sehgalniraj
4,242
Posted By sehgalniraj
Extract String
I wanted to extract -151557 and 6768743 from the below line. Don't know how can i do using regular expression.

These are mX and mY coordinates for a particular geographic location.
So any...
1,482
Posted By sehgalniraj
i wanted to pass '<child2></child2>' as a...
i wanted to pass '<child2></child2>' as a parameter to the shell script
1,482
Posted By sehgalniraj
XML and Unix
i wanted to add a child element child2 into a below xml .
<parent1>
<child1></child1>
</parent1>

like

<parent1>
<child1></child1>
<child2></child2>
</parent1>


What is the...
2,370
Posted By sehgalniraj
FTP Access
How to restrict ftp user to move to the parent directory of his home directory.

Any suggestions will be appreciated.
O.S Sun solaris
Regards
4,454
Posted By sehgalniraj
Looks tricky, Thanks a lot for your help
Looks tricky,
Thanks a lot for your help
4,454
Posted By sehgalniraj
Thanks for the reply.. I am not using GNU...
Thanks for the reply..

I am not using GNU grep. The server i am using : SunOS bart 5.8 Generic_108528-21 sun4u sparc SUNW,Ultra-4

Shell is : ksh

Regards
4,454
Posted By sehgalniraj
Large files
I am trying to understand the webserver log file for an error which has occured on my live web site.

The webserver access file is very big in size so it's not possible to open this file using vi...
7,790
Posted By sehgalniraj
Thanks Muthu for the reply... I repeat my...
Thanks Muthu for the reply...


I repeat my question :
Is it possible for a shell script to modify itself ??


In my shell script can i declare a variable (last_run_time) in the begining, Use...
7,790
Posted By sehgalniraj
Is it possible in a shell script to modify itself ??
We are running a quiz and the data collected from the quiz is submitted to the database. My requirement is to write a shell script to get these submitted records.

I should be able to run this...
10,372
Posted By sehgalniraj
Thanks for the reply. Also please if you...
Thanks for the reply.

Also please if you suggest that :

In my shell script can i declare a variable (last_run_time) in the begining, Use this variable thru the code and before exiting the...
10,372
Posted By sehgalniraj
Unix - search and replace
Is it possible to do search and replace in unix
Like :

s/some date/current date/g

some date and current date both are in same format (dd/mm/yyyy hh:mm:ss)


My requirement is :
I am having...
Showing results 1 to 11 of 11

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