Search Results

Search: Posts Made By: Imran_Chennai
1,949
Posted By Imran_Chennai
Hi thx for ur reply, in this case the end users...
Hi thx for ur reply, in this case the end users are non technical and does not have oracle or unix installed. They just want to pass their files to my Unix server. My actual need is to load all files...
1,949
Posted By Imran_Chennai
Help to get file from windows to Unix via HTML
Dear,

I have a requirement as below:

I need an exe or bat file to facilitate multiple end users to upload their files (csv or xls) from windows environment to Unix server.

Any front end like...
14,424
Posted By Imran_Chennai
Yep i understand, thanks again.
Yep i understand, thanks again.
14,424
Posted By Imran_Chennai
Thanks a lot it really works with exit stmt as...
Thanks a lot it really works with exit stmt as well.

by the way whats difference in dot space and other one.
14,424
Posted By Imran_Chennai
I am just trying to capture all the echo...
I am just trying to capture all the echo comments. The script includes zipping and mailing which turnouts some system messages like below

adding: file1.csv (deflated 92%)
adding: file2.csv...
14,424
Posted By Imran_Chennai
Hi, The 'return' also leads to hang, and but...
Hi,

The 'return' also leads to hang, and but log is ok including 4 prompt lines at the end.

Is there any alternate way to establish log without exec & exit.

I am using this logic for 4...
14,424
Posted By Imran_Chennai
Dear thx for ur reply. exec does not start a...
Dear thx for ur reply.

exec does not start a new shell, but if i dont give exit 0 at the bottom it hangs (logs including the new promt)

$ uname -a
Linux jasmine 2.6.16.60-0.54.5-smp #1 SMP Fri...
14,424
Posted By Imran_Chennai
Exits from putty instead of shell script
Dear,

I have written below code to initiate the log at top of my script.
#Set the log file
LOGFILE=<path>/<filename.log>
exec > $LOGFILE 2>&1
...............
....
...
..
............
echo...
4,755
Posted By Imran_Chennai
How to get the output from [ -s "abc.txt" ]
Hi,

I am trying to check the file not empty, if its not empty then i try to send other system by ftp, the following codes doesnt work

if [[ -s "${OUTBOUNDFILE}" ]]
then
echo "File...
Showing results 1 to 9 of 9

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