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: 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, I am trying to find out the file which over 1 hour ( or 30 min, or 30 seconds) I know how to find out the files by day using mtime find . -mtime ...
Summary: hi could anyone tell me where will be the log files stored after taking a message from the logger.I mean where will be the log message be stored,the ...
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: This command finds and removes files of 0 length: find /path/to/specficdir -type f -size 0 -print|xargs rm Keep in mind that all subdirectories of .....
Summary: Hi Folks, I am working on Oracle APPS and new to shell script. I need to write a shell script to find the oldest file (based on naming convention dat...
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: Hello all. Thanks for such a great forum to read and learn from. A perplexing issue on a Solaris 7 implementation. I found that one of my disk slices ...
Summary: Hello! I'm trying to write a shell script, but don't know where to start. I need to do the following: - go into each directory, check for a file name...
Summary: Hi All, I need to write a script to find out if a specific file is older than an hour, if it is then the script has to email me to alert me. Does a...
Summary: Hi! I just wonder if anyone can help me. I'm trying to write a shell script, but don't know where to begin exactly. I need to write a script that wil...
Summary: ***Begin Script*** #!/bin/ksh #delete file created by the grep command (start fresh) rm /path/filename #error checking if [ $# -eq 0 ] then ...
Summary: I am look for a shell script to scan all files in the system to find out if a file contains a particular string. If yes, then write the file name, pat...
Summary: I found zombie process runnig on my workstation. But How I can find the root cause for these processes? Is it writes any log file? I know this is becu...
Summary: I am attempting to find a particualr line in a file and then replace it. Unfortunatly i can only guaruntee the content of the line prior to the one i...
Summary: How do you find files, then copy the files into an existing directory. I am to find files starting with N which is not more than 10 days old, then cop...
Summary: Sun sparc: what's the command to find a file say oratav, that would search in all directories and subdirectories from my home directory, thanks in...
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: How to find CPU Usage , RAM, Hard Disk space. This should be on " DEC OSF/1 " I need to write these details into log file for every 10 min. sar comman...
Summary: Hi, I need to find all *.model file and display the time in MMddhhmmyy. I used the find . –name “*.model” –ls to search but the file before year 2003 ...
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 ...