Search Results

Search: Posts Made By: pbsrinivas
3,866
Posted By pbsrinivas
i am not understating what ur what and where are...
i am not understating what ur what and where are u trying to append, Provide a sample output as well.
Forum: AIX 11-02-2008
17,615
Posted By pbsrinivas
the Files are being deleted even when there was a...
the Files are being deleted even when there was a process holding on to it..

If I am right you are using rm -f (force option to delete the files)

Now what u can do to avoid reboots is

fuser...
3,366
Posted By pbsrinivas
beautiful tweak ;) that worked :)) but is...
beautiful tweak ;) that worked :))

but is there now way to pass it to << ??

to make much simper

open a man page and display 2 pages by "space" and "space" and then give a "q" and come out
...
3,366
Posted By pbsrinivas
sudo vmware-config.pl << EOF yes no yes ...
sudo vmware-config.pl << EOF
yes
no
yes
EOF


this is doing the work for me but

how to give a ENTER in that series's as but one blank line doesnt see to work :(

more clearly --
it...
3,366
Posted By pbsrinivas
automatically answer a question raised by a command
i have installed vmware on a text base linux node

now i have to vmware-configure.pl to do the initial configuration

now 1st step it askes for agreeing for a " License Agreement"

for that...
18,418
Posted By pbsrinivas
i got a beautiful article for zombie and orphan ...
i got a beautiful article for zombie and orphan

WikiAnswers - What is Zombie Process and Orphan Process (http://wiki.answers.com/Q/What_is_Zombie_Process_and_Orphan_Process)

that leaves me with...
18,418
Posted By pbsrinivas
before someone thinks this is a home work it not...
before someone thinks this is a home work it not :)

let me tell what my idea was till date

zombie process or defunct process is a process that has completed execution but still has an entry in...
18,418
Posted By pbsrinivas
whats the difference between zombie orpha and defunct processes
can some one please explain

zombie
orphan
defunct

and how they r related
3,183
Posted By pbsrinivas
in both cases cat scr for i in...
in both cases


cat scr


for i in $@
do
echo "@ $i"
done
for j in $*
do
echo "* $j"
done




./scr a b c "d e"
@ a
4,471
Posted By pbsrinivas
u can use find . -name *pll
u can use

find . -name *pll
17,490
Posted By pbsrinivas
ls -l|awk '{print $6" "$7" "...
ls -l|awk '{print $6" "$7" " $8}'
3,183
Posted By pbsrinivas
whats the difference between $* and $@
Hi,

whats the difference between $* and $@ in command line arguments to a shell scripts
19,398
Posted By pbsrinivas
find . -atime n*24 hrs ago
find . -atime n*24 hrs ago
17,440
Posted By pbsrinivas
how to move word by word on command line
Hey All,

On commad promt of a shell..

How can we move our cursor word by word.

Like Ctrl+A takes to the starting of the command...

Any shortcut like that..?

Thanks
pbsrinivas
10,062
Posted By pbsrinivas
create a new environment variable??
Hi,

I have say two programs

File1:

echo Enter A's Value
read A
export A



File2:

while [ $A -ne 20 ]
do
echo $A
sleep 5
done
5,153
Posted By pbsrinivas
escape the "/" with \ i.e.. use...
escape the "/" with \

i.e..

use \/apps\/documentaion etc....
4,720
Posted By pbsrinivas
cat /cron_entries|while ln=`line` do echo...
cat /cron_entries|while ln=`line`
do
echo "$ln" >> /tmp/$$current_cron
done
7,349
Posted By pbsrinivas
cat Input_file|sort -ruk 1n
cat Input_file|sort -ruk 1n
3,172
Posted By pbsrinivas
Thanks Perderbo.. I made it to work on AIX ...
Thanks Perderbo..

I made it to work on AIX



I have sorted on 2 nd feild rather than on 3rd and printed the 1st and 3rd columns...

Last time the sort was on 3rd feild so it did not work...
3,172
Posted By pbsrinivas
I have troubled u a lot.... :) let me...
I have troubled u a lot.... :)

let me explain what is happening on my machine..

till this both give same out put


after that changes the order..



but i dont know y it...
25,342
Posted By pbsrinivas
du -k . will give u in KB..
du -k . will give u in KB..
25,342
Posted By pbsrinivas
total 3531 --- total no.of block used in the...
total 3531 --- total no.of block used in the directroy



Second column lists the number of hard links to that entry


When the size of the files in a directory are listed, the ls command...
3,172
Posted By pbsrinivas
I am very sorry Perderabo... i didnot mean that...
I am very sorry Perderabo... i didnot mean that way...

I thought u made a typo error because

when i run with E i get


[tofps8]/home/tofps8/SCRIPTS> cat datae
A 0
B 0
C 0
D 0
E A
E B...
3,172
Posted By pbsrinivas
Thanks a lot for the inputs.. Its working...
Thanks a lot for the inputs..

Its working great.. but a small problem..

if we change the name of NODE "E" by P is does some thing unexpected..

like

just the same in put but change E...
3,172
Posted By pbsrinivas
Hi... Thanks a lot for all the idea's ...
Hi...

Thanks a lot for all the idea's

Its almost done... but ..... :(

I am doing this to generate the level Numbers for Jobs to run in the unix server.. The input we have is the job name...
Showing results 1 to 25 of 139

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