Summary: I have some logs files that are runing and never stops. After few days they becomes very huge. I want to move them to other place , and than make ther...
Summary: Hi, I'm having problem writing to a log file. Appreciate if anyone can help. I'm running an application thru a script ("A") with input and output file...
Summary: I am trying to find the email log file that would have info on users downloading their pop mail. Our email is hosted on a unix server running apache. ...
Summary: Forgot to add, this should accept a file in another folder as input but to be sure, test it. If not, you'll want to run this from the directory the l...
Summary: I have a SunOS 5.7 and 3 PC that with W2K that telnet to the Server i've been losing my telnet sessions, for the past three days, it's like on and of...
Summary: Hi everyone, relatively new to unix here. Anyhow I wish to view a really large log file on our unix box. I am logging in from windows using putty an...
Summary: Dear all. I want to achieve the following: 1/grep all the lines starting with id 35.64 for example, from a log file: grep [3][5][.][6][4] file.log res...
Summary: Hello, How do you write a file to a log file? and what kind of information should we write to it, say for example i want to delete a core file and wri...
Summary: Folks, Would be pleased to have information on how to open or view large log files in unix. vi editor complains of the file being too large to op...
Summary: Hi I am trying to write a script to display the recent log files (for the past 1 week) in a menu fasion and then ask the user to choose the log he wan...
Summary: I have an ISP with a Unix Server. Several of my clients are receiving a message like this: " Unable to copy mail spool file to temp pop dropbox/var/...
Summary: hi could anyone tell me where will be the log files stored after taking a message using the logger command.I mean where will be the log message be st...
Summary: I keep getting this message in log file /var/log/messgaes on RH Linux 6.1. "Jun 4 15:29:04 myserver named[7301]: approved AXFR from [204.204.204.204]...
Summary: Hi there, I have a program which will write some log information to a log file. The problem is this log file grows too fast. But the log information i...
Summary: Hi, in one of my application server i have some log file which writes as below, 10/02/09-12:49:00 ,0,0,0,0 10/02/09-12:50:00 ,1,2,3,4 And this entry ...
Summary: This script won't lose any appended data, but it is still possible to have the duplicated appended data. If these 3 files are log files, then the dupl...
Summary: Hi, I've been working on a log script and I keep running into problems with the code. Can anyone help me? I'd like the script to read each line in a ...
Summary: I would use exec (as below) to redirect all stdout and stderr to a log file. That single command eliminates redirecting on many individual commands, ...
Summary: I am developing a script that monitors directory sizes. The script send emails and pages when certain percentage thresholds are reached. My question...
Summary: Hello All, I would like to find out whether a particular process has executed today or not from a log file which is having a chronollgical entries for...
Summary: Dear Don & William, - My appology for the sloppy code. I had a version of true=1 while [ ${true} -eq 1 ]... They both work the same way. - The "ul...
Summary: Well, perl is quite an overkill for a task that can be done easily with basic unix. And not all shops have perl installed. #!/bin/sh cat mylist.txt |...
Summary: Hi all, I'm getting bogged down with a grep problem (I think it is). I'm running a program, which logs output to a file called tmp. I want to continuo...
Summary: I need to capture the status of the script run into a log file and mail the log file on error. The script I used is: Run.pl 2>> log k=$? if test $k ...