Search Results

Search: Posts Made By: sysdata
2,305
Posted By sysdata
Hi Praveen.. First find the number of files &...
Hi Praveen..
First find the number of files & their size. assign the values to an array.
And after sending files, create another array with number of files sent and their size. Finally compare both...
4,143
Posted By sysdata
try this.... # Get list of files set -A...
try this....

# Get list of files
set -A file_list $(`ls -tr1 $sPath/CALL*`)
8,990
Posted By sysdata
Double Quotes with sh -c
Hi,

I am using the following command to create a log file.

echo "`date` Starting the workflow" >> MYLOG_`date '+%d%m%Y'`.log

My application (Informatica) takes the above command and...
Showing results 1 to 3 of 3

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