Search Results

Search: Posts Made By: KrisOracleGuy
5,841
Posted By KrisOracleGuy
Just realized BEGIN means something different...
Just realized BEGIN means something different than I'm use to.

This works:

BEGIN {
start_date=srand()
# print start_date;
}
{
DT="date \"+%Y.%m.%d %T\""
DT | getline...
5,841
Posted By KrisOracleGuy
Adding date to oracle exp log
I want to add a date/time stamp to the front of each line in an oracle exp log file. I created a shell script:

rm -f expTest.Pipe
mknod expTest.Pipe p
date "+%Y.%m.%d %T"
nawk -f expTest.nawk...
Showing results 1 to 2 of 2

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