Search Results

Search: Posts Made By: sais
1,927
Posted By sais
0000000 s > < P a t t e r n ...
0000000 s > < P a t t e r n > < B
0000015


this was the output for that i got for that perl command.
1,927
Posted By sais
i tried that command with dummy input files, they...
i tried that command with dummy input files, they replace the string <Pattern> with <Is><Pattern> but when i try it on the xml file then it is not giving any output.

i tried the below ... but...
1,927
Posted By sais
extract till occurance of a string
hi ,
i have an xml that comes in a single, the entire xml file is read as a single line when i open in edit plus or unix. i need to amend the contents of this xml file.

below is the extract from...
7,883
Posted By sais
script command will open a new shell and only...
script command will open a new shell and only when u type exit can it end .. i m not sure u can use the command like that inside the script .. if capturing the output and error of the commands fired...
Forum: Programming 05-14-2010
9,763
Posted By sais
segmentation fault while using popen
hi,
i am trying to use popen to run a grep process and check if the pattern exists in the file that i am searching in. i am getting segmentation fault when i try to execute the following code
...
Forum: Programming 05-13-2010
1,760
Posted By sais
problem passing unix variable to c
hi,

i am trying to call a unix script in a c program, this unix script will set a flag, the value of which i would like to return to the calling C program. this is the code that i have written.....
2,879
Posted By sais
simulate function keys
hi,

is it possible to simulate the function keys in a unix script, like simulating an enter key press. if it is possible can anyone tell me how it is ?
1,248
Posted By sais
Need help with sort
hi all,
i have a file that contains data like this
ab1234
ab709
ab12
ab347 etc..
i have to sort them and the desired output should be like this
ab12
ab347
ab709
ab1234
.. if i perform...
2,674
Posted By sais
extracting specific lines from a file
hi all,

i searched in unix.com and accquired the following commands for extracting specific lines from a file ..

sed -n '16482,16482p' in.sql > out.sql
awk 'NR>=10&&NR<=20' in.sql >...
Forum: Programming 09-15-2009
5,681
Posted By sais
convert text file to csv
hi all,
i have a select query that gives me the output in the following way...

SYSTYPE
--------------------------------------------------------------------------------
Success Failures ...
2,348
Posted By sais
html parsing using unix
hi all,

I had raised the same question a few weeks back but forgot to mention a lot of points ... so i am raising a new thread furnishing my requirement ... sorry for that ....
here is my...
19,573
Posted By sais
shell script to parse html file
hi all,

i have a html file something similar to this.
<tr class="evenrow">
<td class="data">added</td><td class="data">xyz@abc.com</td>
<td class="data">filename.sql</td><td...
1,869
Posted By sais
i am not the root... o/p of uname -arv in...
i am not the root...

o/p of uname -arv in my server yeilded this

SunOS hwnrst01 5.9 Generic_118558-13 sun4u sparc SUNW,Sun-Fire-V240
1,869
Posted By sais
suspending a process from another process
hi all,

i have written a script that will check the CPU utilisation of my server (solaris).
if the CPU utilsation is less than 50% then it has start a job and if it touches 90% then the job has...
3,099
Posted By sais
the server is solaris 9. one server has 4 CPU's...
the server is solaris 9. one server has 4 CPU's of 1.3 ghz each and the other server is also solaris 9.. but with 8 CPU's of 1.6 ghz each.. first server has 1 gb ram and the second server has 16gb...
3,099
Posted By sais
the need for replication is this : one is a...
the need for replication is this :

one is a far more upgraded server than the other ... one is a box with 8 CPU's and 16gb ram and the other is server with 4CPU's and 1 GB ram... i need to find...
7,802
Posted By sais
kmeminfo
hi all,
can someone tell what a "kmeminfo" script is all about ?
3,099
Posted By sais
need to increase the memory utlisation of server
hi all,

i need to replicate the environment of one server in another.
Two servers are there A and B. i need to replicate A's environment on B.

The server A's memory utlisation is 60%,...
1,306
Posted By sais
need to retrieve data between the first occurance of "_" and the extension.
hi all,

i have a file that contains the following kind of data

codeexpert_package_module1.html
codeexpert_package_module2.html
codeexpert_package_module3_revision2.html
and it goes on ..
...
4,303
Posted By sais
problem with remote execution of script using telnet
Hi all,

i am trying to remotely execute a script from a different server.

this is the code that i use :
#!bin/sh
pwd

(sleep 1 echo "username"
sleep 2 echo "pwd"
sleep 2 echo "cd...
2,501
Posted By sais
thanks a lot dr.house
thanks a lot dr.house
2,501
Posted By sais
need to invoke a script upon arrival of a file
hi all,

i recieve a file from other server, on a daily basis .... but the time of arrival is unpredictable ....

i need to move this file to another directory before the next file arrives ...
...
57,651
Posted By sais
hi can you please tell me the relevance of...
hi
can you please tell me the relevance of that 64 in the command
Forum: IP Networking 11-05-2008
27,130
Posted By sais
XFB file transfer
Hi
Can some one tell me what is XFB and what are the general steps involved in setting XFB file transfer in a sun solaris server
10,052
Posted By sais
ascii sorting in unix
Hi all
i am facing a problem in sorting command. The script depending on the sorting command works fine only if ascii sorting is done.
i need to know how to find out how to perform ascii sorting....
Showing results 1 to 25 of 44

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