Search Results

Search: Posts Made By: geeko
2,158
Posted By geeko
thanks a lot, your code works perfectly!!:)
thanks a lot, your code works perfectly!!:)
2,158
Posted By geeko
script to search and edit scripts
Hi all,
can you please help me in this one..

i have a many scripts in a directory & i get many requests to change the code of a particular script.

for example file abc.txt contains...
2,052
Posted By geeko
help in cron scripts
Hi,

i have scheduled my scripts in cron, some time the script doesn't runs ..which will impact me a lot,

can some one help me such that mail has to come stating script has run...
2,493
Posted By geeko
find all those scripts in log file,hope some one...
find all those scripts in log file,hope some one will answer this correctly
2,493
Posted By geeko
find all those scripts in log file,hope some one...
find all those scripts in log file,hope some one will answer this correctly
...
7,772
Posted By geeko
i tried the above all scripts, the users who has...
i tried the above all scripts, the users who has accessed the files is not displaying in the mail which i recieve,

thanks
8,871
Posted By geeko
single step execution
hi,

i have a lengthy script, i just want to do " single step execution" to check the output of each command and also how to see contents of registers which are used the command?


thanks,...
3,828
Posted By geeko
try this.. cat...
try this..

cat /apps/documentum/dba/log/test1.txt | mailx -a uuencode /apps/documentum/dba/log/test.log test.log) -s "successful completion" mailaddress


where (uuencode...
3,429
Posted By geeko
[QUOTE=ghostdog74;302139726]show your code[/QUOTE...
[QUOTE=ghostdog74;302139726]show your code[/QUOTE

the code is above this post :), anyways my code is like this

cat input.txt | awk ' {

rsh $1 quota report | grep tree| grep $2
# in the...
3,429
Posted By geeko
hi all, have been trying to call rsh in the...
hi all,

have been trying to call rsh in the the awk script from 2 days, i didn't get
it finally.. how to use rsh and grep within awk script?

-thanks,
geeko
3,429
Posted By geeko
struggling within awk
!#/bin/bash

cat input.sh | awk '
{
cur1=tolower($1)

cur2=tolower($2)


rsh $cur1 report | grep $cur2

# i just want to make the code line to work
} '

the error which i get is ....
...
3,488
Posted By geeko
rsh within awk is not workin
cat input.sh | awk '
{
cur1=tolower($1)

cur2=tolower($2)


rsh $cur1 report | grep $cur2

} '



hi,
Have a look at the above code, the input.txt file contains two...
4,148
Posted By geeko
thanks a lot for your code summer cherry, the...
thanks a lot for your code summer cherry, the command nawk didn't work, but with awk command, i met my requirement.
4,148
Posted By geeko
replace only 1st word of a line if it comes in the subsequent lines at same postion.
I have a file like this..

Maharastra Mumbai worli
Maharastra Mumbai navy
maharatra Pune
Maharastra Nagpur
Karnataka Bangalore
Karnataka Mysore
Karnataka Mangalore
Punjab Amritsar
punjab...
5,419
Posted By geeko
Need to replace the first word of a line if it occurs again in the next line(shell)
Hi folks,

have a look into the attachment, i am not familiar with unix, can you please help me in this regard.


thanks in advance, :)
regards,
Geeko
Showing results 1 to 15 of 15

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