9 More Discussions You Might Find Interesting
1. Shell Programming and Scripting
Dear UNIX Friends,
I was wondering if there is a random RGB color generator or any function in any unix platforms.
Please share your ideas.
Thanks (2 Replies)
Discussion started by: jacobs.smith
2 Replies
2. UNIX for Dummies Questions & Answers
Hi,
I need to create a .csv file from information that i have in two different tab delimited .txt file. I just want to select some of the columns of each .txt file and paste them into a .cvs file.
My files look like:
File 1
transcript_id Seq. Description Seq. Length ... (2 Replies)
Discussion started by: alisrpp
2 Replies
3. Shell Programming and Scripting
My Calling script is like below:
for file in `echo $LIST_OF_FILES` --listing filenames eg, xyz_meta_20110501_00000789.tar
do
file_name=`basename $file`
<call a function to create .txt file in below format>
done
Want to generate a .txt file that contains below data in ksh:
... (3 Replies)
Discussion started by: vedanta
3 Replies
4. Shell Programming and Scripting
Hi ,
please guide me for a bash script that will create a txt files and the name of the txt files will be as of timestamp so that each file name will be different from other and these files will be get created say after every 10 minutes in a folder(/home/p2000/sxs137), please guide me how would... (1 Reply)
Discussion started by: nks342
1 Replies
5. Shell Programming and Scripting
Hi All,
I have a text file1.txt which looks like
a9
a3
a4
...
and i want to create a seperate .txt files per each line. For example,
output1.txt will have only one element "a9"
output2.txt will have only one element "a3"
...
Thanks, (1 Reply)
Discussion started by: senayasma
1 Replies
6. Shell Programming and Scripting
cat myname.txt
John Doe I
John Doe II
John Doe III
-----------------------------------------------------------------------
for i in `cat myname.txt`
do
echo This is my name: $i >> thi.is.my.name.txt
done
-----------------------------------------------------------------------
cat... (1 Reply)
Discussion started by: danimad
1 Replies
7. UNIX for Dummies Questions & Answers
hi.i want to create a bash script called countfiles.sh, that will count the pack of files under the current file that their term satisfy a specific pattern. The script must show the total per file or on the whole.
thank tou (4 Replies)
Discussion started by: battaglia
4 Replies
8. Shell Programming and Scripting
Hi,
how can I write a small script to run the following statement and output the result into check_result.txt
select /*+RULE*/ tapname from typetbl where tapname like 'AA%' and rejectcode=9;
Normally, I just type sql and get into SQL> (2 Replies)
Discussion started by: happyv
2 Replies
9. UNIX for Dummies Questions & Answers
Hi,
if the data is in txt file, then how it can be stored one word per cell in the excel sheet. plz reply me.
Thanks,
Regards,
Milton Y. (1 Reply)
Discussion started by: miltony
1 Replies
XCOLORS(1) General Commands Manual XCOLORS(1)
NAME
xcolors - display all X11 color names and colors
SYNOPSIS
xcolors [ -start color ] [ -near color ] [ -distance howfar ]
DESCRIPTION
xcolors reads the rgb.txt file that defines the color names the X server knows and displays the colors found.
At the top of the window is a sample region containing text. By clicking on the color names, the color of the sample text can be changed.
Mouse button 1 changes the foreground; button 2 changes the background. The text can also be edited.
Typing ``q'' exits the program.
OPTIONS
In addition the the usual X Toolkit options, xcolors understands these command line options:
-start name
specify a color name to start with; colors before this one in the rgb.txt file are skipped. This option is useful if there are more
colors than will fit on your screen or in your colormap.
-rgbfile filename
specify an alternate color database file to read.
-near nearcolor
only show colors near this one in the RGB space. All colors within a sphere in the RGB-space centered on nearcolor are displayed.
-distance howfar
defines how close colors have to be to nearcolor to be displayed. This option sets the radius of the sphere used by the -near
option. The scale is such that the RGB cube is 256 units on a side. The default is 64.
ACTIONS
set-foreground([color])
Set the foreground color of the sample region. If no color is provided, the color is taken from the border color of the widget
where the action occurred.
set-background([color])
Same as set-foreground() but sets the background color.
quit() Exit xcolors.
RESOURCES
Xcolors has a few top-level application resources that allow customizations that are specific to xcolors.
startColor (classStartColor)
See the -start option.
rgbFile (classRgbFile)
See the -rgbfile option.
nearColor (classNearColor)
See the -near option.
nearDistance (classNearDistance)
See the -distance option.
WIDGET HIERARCHY
Knowing the name and position in the hierarchy of each widget is useful when specifying resources for them. In the chart below, the class
and name of each widget is given.
Xcolors xcolors
Paned panes
AsciiText sample
Viewport viewport
Box colors
Label colorname
Label colorname
.
.
.
FILES
/etc/X11/rgb.txt
X color names and values.
BUGS
Assumes that all names for the same color are consecutive in the rgb.txt file.
Because xcolors cannot read the server's color name database, the color names it uses may not match those in the server. This is most
likely to happen if xcolors is run from a remote host.
The program would be faster if it used gadgets instead of widgets for the color spots.
AUTHOR
Stephen Gildea, MIT X Consortium
X Version 11 3 October 1991 XCOLORS(1)