Sponsored Content
The Lounge What is on Your Mind? New 'member_project' tag with DarkGreen (was Magenta) Color Post 303039672 by Neo on Friday 11th of October 2019 12:13:20 PM
Old 10-11-2019
Quote:
Originally Posted by Scrutinizer
Magenta, but slightly darker might be nice, maybe, or purple or dark orange, or mid green?

Example Dark Orange :
Image
Have changed to "DarkGreen" for the time being. Magenta was giving me a headache LOL . DarkOrange, Purple, Indigo and Navy did not seem to work out as well as DarkGreen.
This User Gave Thanks to Neo For This Post:
 

2 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How to change the background color in the init 3 mode(not line color)

Hello, I am using RHEL 6.1 on VMware I am searching for a way to change background color (not line by line color wich one can using tput command) basically changing the color of the whole screen to white instead of the default black and changing font color to black and alos would like to... (2 Replies)
Discussion started by: Dexobox
2 Replies

2. Shell Programming and Scripting

To search for a particular tag in xml and collate all similar tag values and display them count

I want to basically do the below thing. Suppose there is a tag called object1. I want to display an output for all similar tag values under heading of Object 1 and the count of the xmls. Please help File: <xml><object1>house</object1><object2>child</object2>... (9 Replies)
Discussion started by: srkmish
9 Replies
bup-tag(1)						      General Commands Manual							bup-tag(1)

NAME
bup-tag - tag a commit in the bup repository SYNOPSIS
bup tag bup tag <tag name> <committish> bup tag -d <tag name> DESCRIPTION
bup tag lists, creates or deletes a tag in the bup repository. A tag is an easy way to retreive a specific commit. It can be used to mark a specific backup for easier retrieval later. When called without any arguments, the command lists all tags that can be found in the repository. When called with a tag name and a com- mit ID or ref name, it creates a new tag with the given name, if it doesn't already exist, that points to the commit given in the second argument. When called with '-d' and a tag name, it removes the given tag, if it exists. bup exposes the contents of backups with current tags, via any command that lists or shows backups. They can be found under the /.tag directory. For example, the 'ftp' command will show the tag named 'tag1' under /.tag/tag1. Tags are also exposed under the branches from which they can be reached. For example, if you create a tag named 'important' under branch 'computerX', you will also be able to retrieve the contents of the backup that was tagged under /computerX/important. This is done as a convenience, and should the branch 'computerX' be deleted, the contents of the tagged backup will be available through /.tag/important as long as the tag is not deleted. OPTIONS
-d, --delete delete a tag EXAMPLE
$ bup tag new-puppet-version hostx-backup $ bup tag new-puppet-version $ bup ftp "ls /.tag/new-puppet-version" files.. $ bup tag -d new-puppet-version SEE ALSO
bup-save(1), bup-split(1), bup-ftp(1), bup-fuse(1), bup-web(1) BUP
Part of the bup(1) suite. AUTHORS
Gabriel Filion <lelutin@gmail.com>. Bup unknown- bup-tag(1)
All times are GMT -4. The time now is 12:19 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy