Problem - Log File


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Problem - Log File
# 1  
Old 07-26-2011
Problem - Log File

Hi,

I am in trouble ... again Smilie

I formating a log file as .txt from Unix (solaris 9) and then I compress it with gzip and I use uuencode and send it in an email.

Code:
gzip -c ${fic_report} |  uuencode Report_File.gz > ${attachment_file}

my problem is when I received the mail with the attachment file it contains everything I need but also some :

Code:
[]

It's not this, but closely, as I cannot post it in the theard I have done my best

and I do not know where there come from and how I can get rid of them. I am wondering if there were generated by "uuencode".

This can be visble only when I open the txt file with notepad and not with wordpad or notepad++ !

I hope someone will be able to understand me ....

Thanks for your help
# 2  
Old 07-26-2011
use dos2unix file to format .txt file and then gzip/mail the same.
# 3  
Old 07-26-2011
Hi,

I used this while formating the file :

Code:
sed 's/^M$//'

but the dos2unix did not work .....
# 4  
Old 07-26-2011
Hello,

I mean use "dos2unix" command.

dos2unix

Using the above did not solve your problems?
# 5  
Old 07-26-2011
Hi,

Sorry, I did not explain correctly :

I first try to remove what seems to be carriage return with this :

Code:
sed 's/^M$//'

I used it like this :

Code:
cat file_name | cut -d " " -f7- | nawk '{if(NR%2==1)print $0}' | sed 's/^M$//' > ${fic_rpt}

and the I used gzip and uuencode to send it by mail

is the way I should try ?
# 6  
Old 07-26-2011
Hello,

from where the "file_name" is from. Is it a unix/windows file?

if it's from windows, apply

dos2unix on file_name and pipe the outcome on to your command.

If not, might be some issue with uuencode.
# 7  
Old 07-26-2011
Hi,

I almost solved the issue. It's sure now it's carriage return ...

I am generating the file on UNIX and it cannot be displyed correctly on Windows.

I did use

Code:
tr -d "\n" > ${fic_rpt}

I get rid of the carriage return but all lines become in one line on Windows.

Then I try to use instead

Code:
unix2dos > ${fic_rpt}

and the display on windows is perfect ... But I'am getting warning message at the end of my shell script :

Code:
could not open /dev/kbd to get keyboard type US keyboard assumed
could not get keyboard type US keyboard assumed

Thanks for your help ....

---------- Post updated at 04:28 PM ---------- Previous update was at 03:57 PM ----------

..... PROBLEM SOLVED

Here is the solution while using "unix2dos" and get rid of the warning message :

Code:
unix2dos -437 ${fic_rpt_tmp} > ${fic_rpt}

Thanks all for your help.

I do not know if I can but here is the web page where I get the info :

UNIX Warning Message: could not open /dev/kbd « Phil for Humanity
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Problem - create log file

I need to create shell script (check system ) to display the output to the console and write these output to a log file at the same time. My shell script is like that Main() { .... .... } MainIt takes about 30s to display all the output to the console. Then I put this command to the... (4 Replies)
Discussion started by: bobochacha29
4 Replies

2. Solaris

Problem with log file script

Hi, I have a log file that i'd like to monitor for a string. Now the log file rolls over everytime the server is restarted, so i'm doing a reverse list and then reading the latest log file. So for the code, the log file is 'test1.txt'. I check for the string and pipe to black hole (>... (2 Replies)
Discussion started by: horhif
2 Replies

3. Shell Programming and Scripting

Problem with Log File

Hi, I have written a bash shell script. In order to create a log file when I run the script, as well as print the output to the terminal, I call it in the following manner: my_shell_script 2>&1 | tee my_log_fileThis seems to work well. However, I have put some statements in the script to... (2 Replies)
Discussion started by: msb65
2 Replies

4. Shell Programming and Scripting

Capture all error message in Log file and send the Log file by email

Hi I have a requirement to write a script to capture all errors in a Logfile and send the file in email. If there is any error occurred the subject of email will be ERROR , If there are no error occurred the subject of email will be SUCCESS. So I created a Log file and put the Appropriate... (2 Replies)
Discussion started by: dgmm
2 Replies

5. Shell Programming and Scripting

log file problem

Hi, I have a problem with my logfile. I am redirecting my output to log file and when iam viewing as text doc it is looking with some nonsense characters...please do help me on this .thank you. here is my logfile which it is showing different behaviour: spawn spawn minicom Welcome... (6 Replies)
Discussion started by: vanid
6 Replies

6. Shell Programming and Scripting

Delete log file entries based on the Date/Timestamp within log file

If a log file is in the following format 28-Jul-10 ::: Log message 28-Jul-10 ::: Log message 29-Jul-10 ::: Log message 30-Jul-10 ::: Log message 31-Jul-10 ::: Log message 31-Jul-10 ::: Log message 1-Aug-10 ::: Log message 1-Aug-10 ::: Log message 2-Aug-10 ::: Log message 2-Aug-10 :::... (3 Replies)
Discussion started by: vikram3.r
3 Replies

7. Shell Programming and Scripting

Problem in redirecting ftp msgs to a log file

Hi all.. The following set of statements is used in a shell script to ftp a file to a remote machine I want to redirect the ftp messages thrown by the first ftp statement to a log file. As you can see there is a logic downstream to decide if the ftp was a success or not. But i am not... (5 Replies)
Discussion started by: hareeshkumaru
5 Replies

8. Solaris

problem with not able to log in

Dear all I am facing a problem that I cannot able to login through 192.168.11.6. I even unplumb it and then plumb it again also, but still facing a problem. Could anyone tell me that what is the meaning of "inet 192.168.11.6 --> 192.168.11.6". I even restart the server two time also ,but still... (7 Replies)
Discussion started by: girish.batra
7 Replies

9. Shell Programming and Scripting

Log file problem

I want to transfer files from ABC server to XYZ server in which i am successful. I would like to create a log file also by the name of current date. For some reason my script gives me an error on my scp -p command and it says LOCAL_LOG_FILE: not found and REMOTE_LOG_FILE not found. Any clues whats... (9 Replies)
Discussion started by: chris1234
9 Replies

10. UNIX for Dummies Questions & Answers

Log in Problem

Hello: I'm having the following problem when I try to log in to our Tru64 system, from any machine using root or any other user. After entering the passowrd I get the following message: and not being directed to the shell console. I think it has something to do with the audit process... (2 Replies)
Discussion started by: aladdin
2 Replies
Login or Register to Ask a Question