Sponsored Content
Full Discussion: What is star
Operating Systems Linux Red Hat What is star Post 302484040 by druidmatrix on Wednesday 29th of December 2010 11:47:05 AM
Old 12-29-2010
Question What is star

I am looking to take the Redhat Certification exam, and one of the guidelines is:
Quote:
Archive, compress, unpack and uncompress files using tar, star, gzip, and bzip2
Can someone tell me what star is? Thank you.
 

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

parsing a STAR tag-value file

I have a recent file I am trying to parse that looks like this: value_one:1:value_two:2:value_three:3 value_one matches to 1 value_two matches to 2 value_three matches to 3 the semi-colons not only seperate the tags to their corresponding values, but also seperate tag/value pairs from... (2 Replies)
Discussion started by: mike@freddiemac
2 Replies

2. What is on Your Mind?

Did you watch Super Star (Thalaivar's) Endhiran Movie?

Robot fever is there throughout the world ! :b: (3 Replies)
Discussion started by: matrixmadhan
3 Replies

3. UNIX for Dummies Questions & Answers

How can I replace the lines that start with a star and replace it with numbers start from 1?

I need to replace the (*) in the fist of a list with numbers using sed for example > this file contain a list * linux * computers * labs * questions to >>>> this file contain a list 1. linux 2. computers 3. labs 4. questions (7 Replies)
Discussion started by: aalbazie
7 Replies

4. Solaris

Star/Libre/Open/???-Office for Solaris 11.2 ?

It's been a few years since this topic was last asked and answered.. curious whether anyone knows if the landscape has improved? looking for a more modern release of OpenOffice / LibreOffice / etc than the OOo-3.3 version mentioned in earlier posts from 2012. Would prefer not to compile from... (1 Reply)
Discussion started by: Yeaboem
1 Replies

5. Shell Programming and Scripting

Can't rcmd with star name

We have had a script here for years used to send files to other computers or to rcmd a command entered thru a prompt. A file we are looking for on the other computers will start with the same characters followed by -nnnnnn.txt. I can log into another computer and find (or not) that file, but not... (4 Replies)
Discussion started by: wbport
4 Replies
PFILT(1)						      General Commands Manual							  PFILT(1)

NAME
pfilt - filter a RADIANCE picture SYNOPSIS
pfilt [ options ] [ file ] DESCRIPTION
Pfilt performs anti-aliasing and scaling on a RADIANCE picture. The program makes two passes on the picture file in order to set the expo- sure to the correct average value. If no file is given, the standard input is read. -x res Set the output x resolution to res. This must be less than or equal to the x dimension of the target device. If res is given as a slash followed by a real number, the input resolution is divided by this number to get the output resolution. By default, the output resolution is the same as the input. -y res Set the output y resolution to res, similar to the specification of the x resolution above. -p rat Set the pixel aspect ratio to rat. Either the x or the y resolution will be reduced so that the pixels have this ratio for the specified picture. If rat is zero, then the x and y resolutions will adhere to the given maxima. Zero is the default. -c Pixel aspect ratio is being corrected, so do not write PIXASPECT variable to output file. -e exp Adjust the exposure. If exp is preceded by a '+' or '-', the exposure is interpreted in f-stops (ie. the power of two). Other- wise, exp is interpreted as a straight multiplier. The individual primaries can be changed using -er, -eg and -eb. Multiple exposure options have a cumulative effect. -t lamp Color-balance the image as if it were illuminated by fixtures of the given type. The specification must match a pattern listed in the lamp lookup table (see the -f option below). -f lampdat Use the specified lamp lookup table rather than the default (lamp.tab). -1 Use only one pass on the file. This allows the exposure to be controlled absolutely, without any averaging. Note that a single pass is much quicker and should be used whenever the desired exposure is known and star patterns are not required. -2 Use two passes on the input. This is the default. -b Use box filtering (default). Box filtering averages the input pixels corresponding to each separate output pixel. -r rad Use Gaussian filtering with a radius of rad relative to the output pixel size. This option with a radius around 0.6 and a reduc- tion in image width and height of 2 or 3 produces the highest quality pictures. A radius greater than 0.7 results in a defocused picture. -m frac Limit the influence of any given input pixel to frac of any given output pixel. This option may be used to mitigate the problems associated with inadequate image sampling, at the expense of a slightly blurred image. The fraction given should not be less than the output picture dimensions over the input picture dimensions (x_o*y_o/x_i/y_i), or blurring will occur over the entire image. This option implies the -r option for Gaussian filtering, which defaults to a radius of 0.6. -h lvl Set intensity considered ``hot'' to lvl. This is the level above which areas of the image will begin to exhibit star diffraction patterns (see below). The default is 100 watts/sr/m2. -n N Set the number of points on star patterns to N. A value of zero turns star patterns off. The default is 0. (Note that two passes are required for star patterns.) -s val Set the spread for star patterns to val. This is the value a star pattern will have at the edge of the image. The default is .0001. -a Average hot spots as well. By default, the areas of the picture above the hot level are not used in setting the exposure. ENVIRONMENT
RAYPATH directories to search for lamp lookup table FILES
/tmp/rt?????? AUTHOR
Greg Ward SEE ALSO
getinfo(1), ies2rad(1), pcompos(1), pflip(1), pinterp(1), pvalue(1), protate(1), rad(1), rpict(1), ximage(1) RADIANCE
11/8/96 PFILT(1)
All times are GMT -4. The time now is 07:25 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy