Search Results

Search: Posts Made By: glamo_2312
93,392
Posted By glamo_2312
further info..
@pludi..

I have various echo commands in my script and those got printed and the only thing that remains un-touched is the line which calls the executable..

@fmurphy

other commands in the...
93,392
Posted By glamo_2312
does not seems to be a permission problem
Hi

It does not seems to be a performance problem as i have given 755 permission to all the scripts.

Can there by anything else which restricting it to execute the command
9,823
Posted By glamo_2312
exit ststus 9 from perl system command
HI all,

can anyone tell me what does exit status 9 from perl's system function meant.

I am using system fuction to execute a shell script as :

my $s=system ('script.sh' ,arg1 ,arg2);
...
93,392
Posted By glamo_2312
Exit Status 126 - how to get rid of it
Hi All,

I have a small application hosted on apache-tomcat 5. Basically its a html page which in turn calls a perl script residing on unix server. Through this perl script i am calling a shell...
3,127
Posted By glamo_2312
Truncate extra contents from file
Hi all,

i have a file and i want that after 6th slash "/" in each line of the file the contents gets truncated.

Can anyone tell me how to do that !!

thanks in advance

One more thing...
15,545
Posted By glamo_2312
How to create multiple word alias
Hi,

I have created a script which will move the file passed as $1 to a particular folder.

In the .profile of my unix user i have created an alias as

alias rm="$HOME/script"

Now i...
7,565
Posted By glamo_2312
There are two modes in java to run your...
There are two modes in java to run your application, so i am using server mode.
Well yes the program is running as a daemon and i have no clue how multiple instances of it are running............
7,565
Posted By glamo_2312
The program is not written in the way to spawn a...
The program is not written in the way to spawn a new child process.Still the child is getting generated.Can you please now tell me as how to stop this.

Thanx in advance
7,565
Posted By glamo_2312
Not Exactly
The program is not written in the way to spawn a new child process.Still the child is getting generated.Can you please now tell me as how to stop this.

Thanx in advance :(
3,974
Posted By glamo_2312
Multiple instance of same process
;)Hi Everyone,

I am using solaris 5.10.

I have a java process running in server mode in unix.

The problem is that it automatically forks i.e creates a child process.

I mean suddenly two...
7,565
Posted By glamo_2312
Multiple Instance Of Same Process
Hi Everyone,

I am using solaris 5.10.

I have a java process running in server mode in unix.

The problem is that it automatically forks i.e creates a child process.

I mean suddenly two...
2,130
Posted By glamo_2312
Thank YOu
thanks a lot !! it works perfectly
2,130
Posted By glamo_2312
not working , I did not get it, Complete descritption
What i actually want that after a particular date-time it will list all the files and that date-time is stored in a file .So every time script will run it will read the date-time from a file to...
2,130
Posted By glamo_2312
My efforts
I was trying

find . -type f -mtime 1 -print
2,130
Posted By glamo_2312
Searching executables datewise
I want to search executable files after a particular time and date ,
i.e.
in a folder if a file has been accessed,modified or changed after a particular date and time ,then that file should be...
14,098
Posted By glamo_2312
how to join lines
can anyone tell me as "how to join all lines in a file " using a shell script
Actually i have many files in a directory and for each file i want to join all the lines using a shell scrip .
...
6,625
Posted By glamo_2312
read a line from a file
Can anyone Plz .tell me "How to read the second line from a file" ?
10,928
Posted By glamo_2312
can u tell as how to exactly do this
can u tell as how to exactly do this
10,928
Posted By glamo_2312
Split a file into multiple files
I have a file ehich has multiple create statements as

create abc 123

one
two

create xyz 456

four
five

create nnn 666

six
four



I want to separte each create ...
Showing results 1 to 19 of 19

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