tartdates(5) LinuxTaRT Special Dates tartdates(5)NAME
tartdates - Special date configuration for LinuxTaRT
DESCRIPTION
LinuxTaRT uses a configuration file called specialdates to enable the user to display a specific tagline on certain special dates. The name
and location of this file is specified in the LinuxTaRT configuration file ~/.tartrc, but is usually:
~/.tartdates
PARAMETERS
Each line of the special date file consists of a day of the year expressed as a two digit month, a forward-slash (/), a two digit date, a
colon (:) and a line of text.
mm/dd:tagline text
Any line that does not conform to this specification will be treated as a comment. Comments may also be specified by prefixing text with a
# symbol. Using this method, you can place a comment behind a date line.
EXAMPLES
01/01:Happy New Year!!
Will use "Happy New Year!!" as the tagline when the date is January 1st.
12/25:Merry Christmas to all!
Displays "Merry Christmas to all!" as your tagline on Christmas day.
FILES
~/.tartdates
SEE ALSO tart(1)tartrc(5)tart-custom(5)Mark Veinot 1.0.0 tartdates(5)
Check Out this Related Man Page
tartrc(5) LinuxTaRT configuration file format tartrc(5)NAME
.tartrc - Configuration file for LinuxTaRT
DESCRIPTION
LinuxTaRT uses a configuration file called tartrc. This configuration file is searched for in the following location:
~/.tartrc
PARAMETERS
CustomText1 = string
Signature header or text to replace %c1 in template.
CustomText2 = string
Signature footer or text to replace %c2 in template.
SignatureFile = /path/to/signature_file
Location and name file to write the sigature to.
TagLineDatabase = /path/to/tagline_database
Location and name of tagline database. (defaults to /etc/tart.tags)
SpecialDates = /path/to/special_dates
Location and name of special date file.
CustomFile = /path/to/template
Location and name of layout template.
The following settings may be overridden from the command line.
RunQuiet = 0|1
Display information during executution.
ShowDate = 0|1
Display the date in the default signature.
ShowVersion = 0|1
Display the LinuxTaRT version in the default signature.
CenterText = 0|1
Center the text in the default signature.
UseCustomText = 0|1
Generate signature from template or use default layout.
UseSpecialDates = 0|1
Check special date file for special dates.
RunAsDaemon = seconds
Run as a daemon and wait this many seconds between updates.
FILES
~/.tartrc
SEE ALSO tart(1)tartdates(5)tart-custom(5)Mark Veinot 1.0.0 tartrc(5)
Hey guys.
I need to manipulate the system date to move forward a day. So, if the system date was 02/14/08, I need the 'new' date to be 02/15/08 so my script will look for the date of 02/15/08. The thing is the file I will be looking for always has the date of the next day.
Any ideas,
... (9 Replies)
hi All,
Searched forum but couldn't find a solution to this problem:
How can I append a file with date in the ninth line?
ie I want to insert a line with the current date and time in the ninth line.
I tried this:
date=`date`
awk 'NR==9 {printf "'$date' \n"} {print $0}' abc.log
below... (10 Replies)
I have a file contains 100 section (here i show 2 section of that); i want to replace date from 1st & 2nd field of 1st line of each section (1st line of each section is header and the other lines are body) and merg them into one field, then copy it on 7th field of the lines in each section... (17 Replies)
Hello,
I am still in trouble to sort log file in order by date as (YYYYDDD).
INFO :
YYYY = Year
DDD = Day in the year 001 for 1st January
Here is Input
New File: 95106 Oct 21 TAG__SC___2000229_0.TAB
New File: 95040 Mar 29 TAG__KSM__2012023_0.TAB
New File: 95106 Oct 21... (11 Replies)
Hi
I've write a script that can bring file from remote location
sftp file from remote location
compare file date with file header date
Source and Destination file size compare
Change file permission to 770
Log generate in every step and display only error msg and successful msg
... (8 Replies)
In the attached bash file I am trying to add a block of code to add2text that will copy the input from match to a text file (file.txt).
For example, if from the menu choice 1 is select the user is asked for the id.... lets say that is 12345, after that id is matched and converted can it be added... (22 Replies)
Hi everyone,
I have a situation in which I have multiple (3 at last count) date columns in a CSV file (, delim), which need to be changed from:
January 1 2017 (note, no comma after day)
to:
YYYY-MM-DD
So far, I am able to convert a date using:
date --date="January 12, 1990" +%Y-%m-%d
... (7 Replies)
On this special Happy News Year day, 1 January 2019, I am pleased to promote Ravinder Singh to UNIX.COM Moderator, for at least the following reasons:
Ravinder Loves UNIX.COM
Ravinder has 1,372 Thanks, which puts him in the Top Ten in that important single category.
Ravinder is one of... (8 Replies)
You are seeing this new video here first!
Top Five Cybersecurity Threats | Earth Year 2019 | You Have Been Warned!
https://youtu.be/dRE4u9QVsSg
PS: That video has two small typos, but nothing serious. Heck it took nearly 1.5 hours to render even on a 12-core Mac Pro with 64GB of... (20 Replies)