Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

tart-custom(5) [centos man page]

tart-custom(5)						     LinuxTaRT template format						    tart-custom(5)

NAME
tart-custom - Template format for LinuxTaRT DESCRIPTION
LinuxTaRT can use a user defined template file to generate the signature. The name and location of this file can be specified in ~/.tartrc, but defaults to the following location: ~/.tart-custom PARAMETERS
LinuxTaRT recognizes the following directives in the template and replaces them with the corresponding values: %c1 - CustomText1 from .tartrc %c2 - CustomText2 from .tartrc %tg - tagline Randomly selected from the tagline database. %hr - horizontal line %dt - todays date In the format: Monday, February 25, 2002 %12 - current hour 12-hour format %24 - current hour 24-hour format %mn - current minutes %ap - AM / PM %ut - system uptime For RiscOS or systems with the sysinfo function. %ib - time in ibeats %vi - LinuxTaRT version string %% - the percent symbol (%) Any other characters in the template are copied to the signature as is. EXAMPLES
The following template: LinuxTaRT - The Automatic Random Tagline %hr /dev/random says: %tg http://mycompany.com %hr Generates the following signature: LinuxTaRT - The Automatic Random Tagline ------------------------------------------------------- /dev/random says: Best way to dispose of the Borg: Give them Windows 3.1. http://mycompany.com ------------------------------------------------------- FILES
~/.custom SEE ALSO
tart(1) tartrc(5) tartdates(5) Mark Veinot 1.0.0 tart-custom(5)

Check Out this Related Man Page

tart-custom(5)						     LinuxTaRT template format						    tart-custom(5)

NAME
tart-custom - Template format for LinuxTaRT DESCRIPTION
LinuxTaRT can use a user defined template file to generate the signature. The name and location of this file can be specified in ~/.tartrc, but defaults to the following location: ~/.tart-custom PARAMETERS
LinuxTaRT recognizes the following directives in the template and replaces them with the corresponding values: %c1 - CustomText1 from .tartrc %c2 - CustomText2 from .tartrc %tg - tagline Randomly selected from the tagline database. %hr - horizontal line %dt - todays date In the format: Monday, February 25, 2002 %12 - current hour 12-hour format %24 - current hour 24-hour format %mn - current minutes %ap - AM / PM %ut - system uptime For RiscOS or systems with the sysinfo function. %ib - time in ibeats %vi - LinuxTaRT version string %% - the percent symbol (%) Any other characters in the template are copied to the signature as is. EXAMPLES
The following template: LinuxTaRT - The Automatic Random Tagline %hr /dev/random says: %tg http://mycompany.com %hr Generates the following signature: LinuxTaRT - The Automatic Random Tagline ------------------------------------------------------- /dev/random says: Best way to dispose of the Borg: Give them Windows 3.1. http://mycompany.com ------------------------------------------------------- FILES
~/.custom SEE ALSO
tart(1) tartrc(5) tartdates(5) Mark Veinot 1.0.0 tart-custom(5)
Man Page

15 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

finding latest file in Unix

Hi, i want to search a file in the dir , if file exists for todays date print the message that file found or if file does not exist for todays date/ if file not found i want to display message saying that file not found. How to do this. Thx for your help. (2 Replies)
Discussion started by: nick12
2 Replies

2. Shell Programming and Scripting

how to calculate busy hour

Dear All, please tell me any script which can able to calculate the bus hours by claculating the volume for example hour volume 1 100 2 200 3 300 4 7000 5 50 6 80 7 77 8 77 9 165 10 888 11 99 12 89 13 33 14 676 15 878 16 90 17 56 (14 Replies)
Discussion started by: shary
14 Replies

3. Shell Programming and Scripting

getting hour minus the current time

Can some one help me getting last hour of the current time with date command in a script. (7 Replies)
Discussion started by: shehzad_m
7 Replies

4. Shell Programming and Scripting

Compare file timestamp with current date. Diff must be 1 hour.

Hello, I've created the script below to compare the content of two files with a delay of an hour. After an hour, the lines that exist in both files, will be printed and executed. The script now uses a counter to countdown 50 minutes. But what I would prefer is to check the file timestamp of... (3 Replies)
Discussion started by: taipan
3 Replies

5. Homework & Coursework Questions

linux service script for storing uptime

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted! 1. The problem statement, all variables and given/known data: Can you please advise a script for the following: write linux service named system_up_duration .This service... (6 Replies)
Discussion started by: fed.linuxgossip
6 Replies

6. Shell Programming and Scripting

Table with no of files every hour

Hello, In a HP-UX system we receive several files evry hour. The file is in the format filename+hour e.g: sv00 sv01 sv02 sv03 sv04 sv05 sv06 sv07 sv08 sv09 sv10 sv11 sv12 sv13 sv14 sv15 (2 Replies)
Discussion started by: drbiloukos
2 Replies

7. Shell Programming and Scripting

Incrementing a time by one hour issues

Hi all, I need your help to increment a time by one hour. The difficulty is the time is in a string format and not a value cat file | awk '{print $1,$2}' 09/02/2011 20:11 09/03/2011 20:11 I want to change the time to be as follows 09/02/2011 21:11 or even 09/02/2011 20:21 Can... (2 Replies)
Discussion started by: Junes
2 Replies

8. Red Hat

Difference in file sizes being copied by scp. HELP!

Hello All, I am transfering a gzipped file from LINUX to LINUX using scp -C comand. It is a nightly job, called by crontab. After copy finishes, the file sizes are different between source and destination. Say .gz file is 14782805941 bytes on source and 13496172544 bytes on destination. When I... (20 Replies)
Discussion started by: NotALinuxGirl
20 Replies

9. Shell Programming and Scripting

How to convert 24 hour time to 12 hour timing?

Hi friends, I want to convert 24 hour timing to 12 hour please help me... my data file looks like this.. 13-Nov-2011 13:27:36 15.32044 72.68502 13-Nov-2011 12:08:31 15.31291 72.69807 16-Nov-2011 01:16:54 15.30844 72.74028 15-Nov-2011 20:09:25 15.35096 ... (13 Replies)
Discussion started by: nex_asp
13 Replies

10. Shell Programming and Scripting

Find and Replace with sed

Hi, I have a file such that: tart*)*98'bank'ksb64bank)(tart2d&f44bank I want to replace to: (only between tart and bank) tart*)*98'replaced'ksb64bank)(tart2d&f44replaced Thanks. (6 Replies)
Discussion started by: tara123
6 Replies

11. Shell Programming and Scripting

String comparison in if condition

I have written a condition if && where i am comparing the hour value with 00, can i do that, as i am checking if the hour value in the date is not equal to 00 and then diplaying the time as p.m else in a.m. Please tell me if i can compare $hour with 00. Is that correct or an error? (2 Replies)
Discussion started by: sharmistha
2 Replies

12. Homework & Coursework Questions

Random numbers

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted! Write a shell script that will take the sum of two random number? Ex: Random n1 +Random n2 = result i tries to write it but i had some dufficulties ... (3 Replies)
Discussion started by: renegade755
3 Replies

13. Linux

Command line multiplications

Hi I am trying to do take the current mins in the current hour and multply by 60 minutes to make them into seconds and substract this way I am planning to do a Sleep on the process for the next closed zero hours but this expression is not working expr 3600 - (expr `date +%M` \* 60... (3 Replies)
Discussion started by: vinodkpunna19
3 Replies

14. Shell Programming and Scripting

Problem with Timestamp

Hi Team, i need some help on finding one hour back time. if current time is 5:18:22 means i have to find 4:18:22 i am having scenario to pull record which as got inserted morethan one hour back in table time stamp is 2014-12-22 05:15:13.788875 can any one help me on this Thanks Vij (5 Replies)
Discussion started by: bhaskar v
5 Replies

15. Red Hat

Ps command different behaviour

Hi Experts, ps command behavior in Redhat is such that it outputs all the output(of long lengths). In Unix the ps command output was limited to only 80 chars. In that if you pipe its output to another command hen the 80 chars restriction wouldn't be there. This 80 char limitation will only be... (14 Replies)
Discussion started by: Albert_Pinto7
14 Replies