Search Results

Search: Posts Made By: blueberry80
4,456
Posted By blueberry80
Different font size in Unix and Window
Hi, i will like to enquire whether anybody got encountered this problem before. When i try to print a report in pdf from window to the printer the size is what i want but when i batch print from Unix...
2,362
Posted By blueberry80
Asking about logging in
Hi, just wriiten a sh script and as my script will try to log into another server to delete some files but when i run , it keeps on saying that my files do not exist. It seems to refer to my local...
3,372
Posted By blueberry80
Asking on how to save the display log
Hi,
like to ask if we try to execute s .sh script and in the script there are sql script and when we run the .sh script only the screen will display out whether it is successful ,those that i...
1,644
Posted By blueberry80
Asking on cut
Hi ,
like to enquire whether is there cut or any method we can cut away the newline as shown below:

T_APPLICANT:1542

...
1,505
Posted By blueberry80
Asking on SQL
Hi,
not sure whether anybody can help me with sql plus ..
I try to run the sql with (select count(*) from table) and setting the set heading off and it will give me this result as shown:
...
5,705
Posted By blueberry80
Hi, thanks for your help but when i tried...
Hi,
thanks for your help but when i tried out using the script :

JOB_ID=`nawk 'NR=5 {print}' ${SQL_LOG}`

to cut from this log file :

1 row updated.
1 row created.
111 ...
5,705
Posted By blueberry80
Hi David, thanks for your help ! Based on...
Hi David,
thanks for your help !
Based on your script as shown below :

JOB_ID=`awk 'NR>=8 && NR<=9 && /[[0-9]]*/ {print}' ${SQL_LOG}`

As your /[[0-9]]* means it will get the line when it...
5,705
Posted By blueberry80
Asking on cut script
Hi, as i spool some data into a tmp.log file ${SQL_LOG} which contained the below :

1 row updated.


1 row created.


111 ...
14,310
Posted By blueberry80
Asking on comparison
Hi , like to ask based on the script below how do i compare the 2 files whether it exists in the folder??? Even if the 2 files exist, i still get the error.

if [ ! -s ${REPORT1} ] || [ ! -s...
14,310
Posted By blueberry80
Asking on concatenate variable
Hi ,
like to ask if we use ksh script to take in parameter into $1
and how do i concatenate the $1 value with some words into a variable?? Below is what i have written and i think is wrong ,how...
18,458
Posted By blueberry80
Asking on dos2unix syntax
Hi,
like to ask why when i tried to run my .sh file to convert maybe a text file using dos2unix -ascii ${DATAFILE5} ${DATAFILE5} i got an error saying :
could not open /dev/kbd to get keyboard...
1,564
Posted By blueberry80
Asking on taking in and out paramter
Hi , as i'm doing a .sh script that uses $datafile variable to spool my value into another .sh script. How do i spool out my maybe another value from my second script file back to my first .sh...
3,622
Posted By blueberry80
A Big THANKS
thanks i used the [] bracket it can worked already.Thanks a lot !!
3,622
Posted By blueberry80
Asking on ksh script
I was doing greping of data from a output string and using cut -d -f2 to get the value out . Then using this variable to check whether it is equal to 'N' but when i run this ksh script ,it gave me an...
Showing results 1 to 14 of 14

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