Search Results

Search: Posts Made By: Shanmugapriya D
3,098
Posted By Shanmugapriya D
To check if file exists
Hi,
I have the below code written. However I am not getting the desired output


I am checking if the particular path has file in it.


#!/bin/bash
ls -l...
1,045
Posted By Shanmugapriya D
Thank you for your reply. I am writing the...
Thank you for your reply. I am writing the script. You have been very helpful :-)
1,045
Posted By Shanmugapriya D
Need help in sorting the file and putting to a different folder
Hi,


I am new to unix. Kindly help me on this.


My requirement is as below:


I have a path temp/input , temp/CL and temp/CM


I have files in temp/input as below (dates in...
1,844
Posted By Shanmugapriya D
Thank you very much. It worked finally :-)
Thank you very much. It worked finally :-)
1,844
Posted By Shanmugapriya D
my code is as below: sqlplus...
my code is as below:

sqlplus username/pwd@sid <<EOF
exec pkgname(in parameter);
set heading off
set echo off
spool test_output.txt
select col1 || ',' || grp_cd from test;
spool off;...
1,844
Posted By Shanmugapriya D
Spool file requirement
Hi,
I have a requirement of


Connecting to sqlplus from unix
Execute the package. The output of package is stored in a table
Need to query the table and move to txt file.


...
Showing results 1 to 6 of 6

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