09-14-2009
replace teh date automatically
I have a shell script with the following Command
/vs/bin/display message priority critical start '09/14 11:00:00' stop '09/15 10:59:59' all >> /unused1/Monitoring/Log/log.txt
Where i want the date part to update automatically by a day,
Please advice.
10 More Discussions You Might Find Interesting
1. Post Here to Contact Site Administrators and Moderators
As i am going through the board today i noticed alot of questions out of place. and quite a few of them were rather redundent to stuff that has already been coverd. I know that talking about stuff that has already been coverd will always happen BUT comeone people. Dosent anyone read the FAQ... (1 Reply)
Discussion started by: Optimus_P
1 Replies
2. Solaris
Hi
I have changed my timezone using the command
export TZ='Asia/Calcutta"
but teh affect is taking place only in teh shell where I am logged in. If I export teh variable when I open the new session, things are fine.
Can I affetct the change universally, without restarting the server.
... (2 Replies)
Discussion started by: krishan
2 Replies
3. Shell Programming and Scripting
Hello,
Iam a newbies to Shell scripting. Iam trying to replace the date inside the file to new date. is there anyway that we can just use the pattern to search as "..." I have many files want to replace with the same date, and each file contains different date.
Thanks for your help.
... (2 Replies)
Discussion started by: Daro
2 Replies
4. Shell Programming and Scripting
Hello,
I have a file like this:
2012112920121130
12345620121130msABowwiqiq
34477420121129amABamauee
e7748420121130ehABeheheei
in case the content of the file has the date of yesterday within the lines containing pattern AB this should be replaced by the current date. But if I use... (3 Replies)
Discussion started by: Lilu_CK
3 Replies
5. Solaris
Hello Experts,
There is a log file which has date stamp, I just wanted to change the date automatically on daily basis when it runs.
Tried the below, but no luck.
grep -i error /var/bv1to1_var/logs/bv03.bectondickinson.com/bvlog.out.`date +\%Y\%m\%d` | tee error_bv03.doc
I would highly... (10 Replies)
Discussion started by: seenuvasan1985
10 Replies
6. HP-UX
current date command runs well
awk -v t="$(date +%Y-%m-%d)" -F "'" '$1 < t' myname.dat
subtract 30 days fails
awk -v t="$(date --date="-30days" +%Y-%m-%d)" -F "'" '$1 < t' myname.dat
awk command in hp unix subtract 30 days automatically from current date without date illegal option error... (20 Replies)
Discussion started by: kmarcus
20 Replies
7. UNIX for Beginners Questions & Answers
I am trying to work on a script where it is a *(star) delimited file has a multiple lines starts with RTG and 3rd column=TD8 I want to substring the date part and
I want to replace with currentdate minus 15 days. Here is an example. iam using AIX server
$ cat temp.txt
RTG*888*TD8*20180201~... (1 Reply)
Discussion started by: Shankar455
1 Replies
8. UNIX for Beginners Questions & Answers
We want to call a parameter file (.txt) where my application read dynamic values when the job is triggered, one of such values are below:
abc.txt
------------------
Code:
line1
line2
line3
$$EDWS_DATE_INSERT=08-27-2019
line4
$$EDWS_PREV_DATE_INSERT=08-26-2019
I am trying to write a... (3 Replies)
Discussion started by: pradeepp
3 Replies
9. UNIX for Beginners Questions & Answers
Hello All,
we what we call a parameter file (.txt) where my application read dynamic values when the job is triggered, one of such values are below:
abc.txt
------------------
line1
line2
line3
$$EDWS_DATE_INSERT=08-27-2019
line4
$$EDWS_PREV_DATE_INSERT=08-26-2019
I am trying to... (1 Reply)
Discussion started by: pradeepp
1 Replies
10. UNIX for Beginners Questions & Answers
I Have text like
XXX_20190908.csv.gz need to replace Only date in this format with current date every day
Thanks! (1 Reply)
Discussion started by: yamasani1991
1 Replies
LEARN ABOUT DEBIAN
nnstats
NNSTATS(1m) NNSTATS(1m)
NAME
nnstats - display nnmaster collection and expire statistics
SYNOPSIS
nnstats [ -lt ] [ -d month day ] [ -m month ] [ logfile ]...
DESCRIPTION
nnstats will extract the collection (C) and expiration (X) entries from the log file and calculate total and average number of articles,
groups and elapsed time per day, per month, or for the duration of the whole log file.
Normally only a summary for the specified period is printed. If -l is specified, the statistics for each day in the period is also
printed, and if -t is specified the summary is not printed.
Normally the statistics is collected for all days in the log files (or the current log file if one is not specified).
If "-m month" is specified, the statistics for that month is calculated. The month is specified in normal date notation, i.e. a capital-
ized three letter abbreviation like Jan, Feb, ...
If "-d month day" is specified, the statistics for that date only is calculated and printed.
FILES
../Log The log file
SEE ALSO
nn(1), nnusage(1M), nnadmin(1M), nnmaster(8)
NOTES
If nnmaster is run with options -LCX, nnstats will not work, because the necessary entries are not written to the log file.
AUTHORS
Mark Moraes <moraes@csri.toronto.edu>
Kim F. Storm <storm@texas.dk>
4th Berkeley Distribution Release 6.6 NNSTATS(1m)