Search Results

Search: Posts Made By: ankit.mca.aaidu
2,599
Posted By ankit.mca.aaidu
How can i populate the record in to table using shell scripting?
LOG_DIR=/app/rpx/jobs/scripts/just/logs
sendEmail()
{
pzCType="$1"; pzTitle="$2"; pzMsg="$3"; pzFrom="$4"; pzTo="$5"; pzFiles="$6"; pzReplyTo="$7"
(
echo "From:...
2,485
Posted By ankit.mca.aaidu
#!/bin/ksh #[[ -f ./.profile ]] && ....
#!/bin/ksh

#[[ -f ./.profile ]] && . ./.profile 2>/dev/null

if test -f '.profile'; then . ./.profile; fi;

#. .profile

LOG_DIR=/app/rpx/jobs/scripts/just/logs
sendEmail()
{
...
2,485
Posted By ankit.mca.aaidu
I tried set markup html on, still its not working...
I tried set markup html on, still its not working


#!/bin/ksh

#[[ -f ./.profile ]] && . ./.profile 2>/dev/null

if test -f '.profile'; then . ./.profile; fi;

#. .profile
...
2,485
Posted By ankit.mca.aaidu
Please help in populating output in table using shell scripting
Below is my code where i tried using table tag to print out put in table but its not working


#!/bin/ksh

#[[ -f ./.profile ]] && . ./.profile 2>/dev/null

if test -f '.profile'; then ....
6,394
Posted By ankit.mca.aaidu
I already tried that way, by placing ` in correct...
I already tried that way, by placing ` in correct place as you did , then i am giving no output
6,394
Posted By ankit.mca.aaidu
#!/bin/ksh #[[ -f ./.profile ]] && ....
#!/bin/ksh

#[[ -f ./.profile ]] && . ./.profile 2>/dev/null

if test -f '.profile'; then . ./.profile; fi;

#. .profile

LOG_DIR=/app/rpx/jobs/scripts/just/logs
sendEmail()
{
...
6,394
Posted By ankit.mca.aaidu
I referred below link 8 Generating HTML Reports...
I referred below link 8 Generating HTML Reports from SQL*Plus (http://docs.oracle.com/cd/B12037_01/server.101/b12170/ch8.htm)

from here i got this image

---------- Post updated 02-13-15 at...
6,394
Posted By ankit.mca.aaidu
Can I print my output in below mentioned format? ...
Can I print my output in below mentioned format? This is exactly what I am looking for.

http://docs.oracle.com/cd/B12037_01/server.101/b12170/report.gif

Similar table format and background...
6,394
Posted By ankit.mca.aaidu
Now i tried including '-' sign ...
Now i tried including '-' sign


#!/bin/ksh

#[[ -f ./.profile ]] && . ./.profile 2>/dev/null

if test -f '.profile'; then . ./.profile; fi;

#. .profile
...
6,394
Posted By ankit.mca.aaidu
Can you pelase help how can i bring that dotted...
Can you pelase help how can i bring that dotted lines on top of my row value


----------- ---------- --------- -
| 16612969688 | 11-FEB-15 | 707 | P |


---------- Post updated...
6,394
Posted By ankit.mca.aaidu
Thanks for the help, now it giving me output as...
Thanks for the help, now it giving me output as below

Pending
|16612969688|11-FEB-15|707|P|
|16309354405|09-FEB-15|152|P|
|14049529349|08-FEB-15|183|P|
|16462516471|03-FEB-15|179|P|
...
6,394
Posted By ankit.mca.aaidu
Yes, i wanted it to be like this ...
Yes, i wanted it to be like this

----------- ---------- --------- -
| 16612969688 | 11-FEB-15 | 707 | P |
| 16309354405 | 09-FEB-15 | 152 | P |
| 14049529349 | 08-FEB-15 | ...
6,394
Posted By ankit.mca.aaidu
Well still not getting output with table border...
Well still not getting output with table border in it
6,394
Posted By ankit.mca.aaidu
I want query output to send on mail using table tag and output should be in table
#! /bin/ksh

#[[ -f ./.profile ]] && . ./.profile 2>/dev/null

if test -f '.profile'; then . ./.profile; fi;

#. .profile

LOG_DIR=/app/rpx/jobs/scripts/just/logs
sendEmail()
{
...
2,484
Posted By ankit.mca.aaidu
can you please give some example to implement it...
can you please give some example to implement it ? that would be really a great help
2,484
Posted By ankit.mca.aaidu
Yes Correct, it is columnized format, any how can...
Yes Correct, it is columnized format, any how can i set table outline border ?
2,484
Posted By ankit.mca.aaidu
Need to Print output in table using shell script
#! /bin/ksh

#[[ -f ./.profile ]] && . ./.profile 2>/dev/null

if test -f '.profile'; then . ./.profile; fi;

#. .profile

LOG_DIR=/app/rpx/jobs/scripts/just/logs
sendEmail()
{
...
Showing results 1 to 17 of 17

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