Search Results

Search: Posts Made By: sysdata
2,304
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,139
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,988
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 06:01 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy