Search Results

Search: Posts Made By: rakesh_pagadala
8,712
Posted By rakesh_pagadala
in order to delete the log files we need to write...
in order to delete the log files we need to write a script which does that . When you say delete log files ( I am sure that is for EP log files EP stands for Event processor) . Once the script is...
3,367
Posted By rakesh_pagadala
Hi, To have autosys work on they linux machine...
Hi,
To have autosys work on they linux machine , first you need to have autosys Remote agent installed on the that machine , This is done by any master schedular in your company or if no one does it...
5,847
Posted By rakesh_pagadala
we can also delete records using sed 'n,xd'...
we can also delete records using
sed 'n,xd' inputfile > outputfile
where n would starting range x would be ending range
27,170
Posted By rakesh_pagadala
Please try below code awk '{print $1 , $3}'...
Please try below code
awk '{print $1 , $3}' file1 >>output ; awk '{print $1 , $3}' file2 >>output
39,692
Posted By rakesh_pagadala
i tried using awk it worked just to provide...
i tried using awk it worked just to provide various ways to do one thing!!!

a=`awk '{print $1 }' <input`; b=`awk '{print $2 }' <input`; c=`awk '{print $3 }' <input`
echo $a; echo $b ; echo $c
3,702
Posted By rakesh_pagadala
try this... sed -n '3p' test | awk '{print $1 "...
try this...
sed -n '3p' test | awk '{print $1 " " $3}'
11,804
Posted By rakesh_pagadala
not sure if this works for csv sed 's/$/z/g'...
not sure if this works for csv
sed 's/$/z/g' filename
5,601
Posted By rakesh_pagadala
Even i am very new to scripting so i am not very...
Even i am very new to scripting so i am not very sure of some advance regular expressions. So i am giving the basic shell script

count=0
for i in $(cat location of file)
do
if [ $i == name...
19,100
Posted By rakesh_pagadala
As per your requirement . Probably you can try...
As per your requirement . Probably you can try the below code

{
echo "user userid Passwd" ( to provide the crendentials to login)
echo "cd locationofdirectorywherethe file recides"
echo "rm...
3,661
Posted By rakesh_pagadala
Hi Scott, Thanks for you time . I can give a...
Hi Scott,
Thanks for you time . I can give a example as i cant paste my real data .. I see that in below o/p tables were not printed I need the whole data in one cell instead of 7 different cells
...
3,661
Posted By rakesh_pagadala
Hi Scott, I tried the given query but it...
Hi Scott,
I tried the given query but it didnot work while importing data to excel, Its still shows each line in different cells ...
3,661
Posted By rakesh_pagadala
File need to send to xls as one complete cell
Hi every one,
I have a file of ten lines in unix i want to send the file to my mail as .xls and the clause over here is it should send in only one cell ..

I am aware of
uuencode rest rest.xls...
1,859
Posted By rakesh_pagadala
Hi all, I have a different requirement as i am...
Hi all,
I have a different requirement as i am new this form was unable to send the question in different form but hope fully some one will help my requirement is

I need to find the difference...
22,628
Posted By rakesh_pagadala
Arun , Can you help me to understand how to...
Arun ,
Can you help me to understand how to post a question in this form i am able to reply to the questions but not the other way around.. Sorry to trouble you but i am new this site ...any help...
22,628
Posted By rakesh_pagadala
just try echo "hello world" | mailx -s "SUBJECT"...
just try echo "hello world" | mailx -s "SUBJECT" abc@xyz.com
22,628
Posted By rakesh_pagadala
Arun , Did you tried using mailx command ...
Arun ,
Did you tried using mailx command

mailx -s "subject" xyz@zz.com(userid)
7,050
Posted By rakesh_pagadala
It worked now Thanks a look . Can you tell me how...
It worked now Thanks a look . Can you tell me how to post a new form .. I read the manuals but was bit ambiquity in there
7,050
Posted By rakesh_pagadala
$ cat input.txt 3.209.12.09 xyz xyz.unix.com ...
$ cat input.txt
3.209.12.09 xyz xyz.unix.com

xyz.unix.com can come any where in the command line ... it be like

3.209.12.09 xyz.unix.com xyz so in this case i guess we cant we use $3 in...
7,050
Posted By rakesh_pagadala
Thanks for your help !!! But need some more of...
Thanks for your help !!! But need some more of your help

There is an another clause over here which i found just now ... xyz.unix.com can come any where in the line it need not be at $3 every time
7,050
Posted By rakesh_pagadala
to get the column by comparing a word
Hi all,
I am new to this forums so was not able to find to post new forums hence i posted in the already existing form please help me with the below requirement

I have a requirement as below I...
Showing results 1 to 20 of 20

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