Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
writing to Log files
Name: ulee Date: April 6, 2004 at 04:39:25 Pacific OS: Windows XP CPU/Ram: 512
Comment:
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 write it to this log file.
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 location. Another question is what is the use of log files,Just wanted to know as I;m very new to the linux
Summary: Hello i'm still new of using unix shell commands i'm gonna build a simple shell script that write to some file like "logs.txt" everytime the script is executed. the string that is going to be writte...
Summary: Hi, PS1="`uname -n`>" export PS1 I wanted to write above 2 lines in .profile using a script. But when it writes to a file, uname -n command will be excuted. That's i don't want. I need above 2 li...
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 as /opt/bin/appl $OUTPUT_FILE & from there I ca...