10 More Discussions You Might Find Interesting
1. Shell Programming and Scripting
Hi all ,
am using unix aix
I have a files in one directory..
my files as in format qqss0607.ddd.. (06 is date 07 is month)
how to check the missing dates ....
can anyone tell me... (9 Replies)
Discussion started by: Venkatesh1
9 Replies
2. Shell Programming and Scripting
Hi Am using unix aix
I have a group of files in File1
For ex:-
Vi file1
A0405
A0605
A0805
When i tried using awk command am getting an error as No space
a=`awk 'NF < 1 {next;} p && p != $1 { for( i = p; i < $1; i++ )print i; } {p = $1 + 1 }' file2`
Error message:-
+ + awk NF <... (7 Replies)
Discussion started by: Venkatesh1
7 Replies
3. Shell Programming and Scripting
Hi all ,
am using unix ksh
I have a lots of files in /prb directory in the format as ..
..
..
..
MMRR0607.DAT_2012
MMRR0707.DAT_2012
MMRR0907.DAT_2012
MMRR1107.DAT_2012
...
..
MMRR3107.DAT_2012
MMRR0208.DAT_2012
..
I need the output as
Missing files are:-
MMRR0807.DAT_2012 (note... (4 Replies)
Discussion started by: Venkatesh1
4 Replies
4. Shell Programming and Scripting
Hello I need to check various directories for the existence of files. If a file or more are missing I need to display it:
e.g files in a dir:
data_file.11032300.Z
data_file.11032301.Z
data_file.11032302.Z
data_file.11032303.Z
data_file.11032304.Z
data_file.11032305.Z... (11 Replies)
Discussion started by: drbiloukos
11 Replies
5. Shell Programming and Scripting
Hi, all:
I've got two folders, say, "folder1" and "folder2".
Under each, there are thousands of files.
It's quite obvious that there are some files missing in each. I just would like to find them. I believe this can be done by "diff" command.
However, if I change the above question a... (1 Reply)
Discussion started by: jiapei100
1 Replies
6. Shell Programming and Scripting
Hi....
I have two files abc.txt and xyz.txt. I want to echo and copy files from abc.txt to xyz.txt, which are not in xyz but present in abc.txt.
Both of these files are in same directory.
Please provide code with while or for loop....
:) (3 Replies)
Discussion started by: tushar_tus
3 Replies
7. Shell Programming and Scripting
Hi....
I have two directories, A and B.
Files are rcp`d from A to B, but some of the files are missing.
files in A are in sequence from "2008111406796.zteasn.norm.gz" to
"2008111407415.zteasn.norm.gz"
In B directory 27 files are missing, i want to echo those files which are missing, so that... (1 Reply)
Discussion started by: tushar_tus
1 Replies
8. AIX
Hi
on friday one user from peoplesoft lost his file.
mean he don't know he saved it or removed it.
but, he need the file and it is most valuable.
so i searched the file in the server, i got the some with same name on /peoplesoft/..../print directory.
is these two are the same one or... (1 Reply)
Discussion started by: honeym210
1 Replies
9. UNIX for Dummies Questions & Answers
Can anyone send me copies via email or allow me to download the following files for Unix 4.0?
libmsfs.so
libfilsys.so
These files were lost due to corruption. All the other library files are fine.
I have the files on tape, but without libmsfs.so I am unable to open vrestore.
I am open... (5 Replies)
Discussion started by: jays337
5 Replies
10. UNIX for Dummies Questions & Answers
a few of some live payroll files have been deleted / missing ... i've restored last nites backup ... what could be the possibilities of this strange occurance ... users have menus to work on and use these live files ... we run an aix box with a ksh shell. Where do I start ??
Thanks (4 Replies)
Discussion started by: cubicle^dweller
4 Replies
ppmtosixel(1) General Commands Manual ppmtosixel(1)
NAME
ppmtosixel - convert a portable pixmap into DEC sixel format
SYNOPSIS
ppmtosixel [-raw] [-margin] [ppmfile]
DESCRIPTION
Reads a portable pixmap as input. Produces sixel commands (SIX) as output. The output is formatted for color printing, e.g. for a DEC
LJ250 color inkjet printer.
If RGB values from the PPM file do not have maxval=100, the RGB values are rescaled. A printer control header and a color assignment table
begin the SIX file. Image data is written in a compressed format by default. A printer control footer ends the image file.
OPTIONS
-raw If specified, each pixel will be explicitly described in the image file. If -raw is not specified, output will default to com-
pressed format in which identical adjacent pixels are replaced by "repeat pixel" commands. A raw file is often an order of magni-
tude larger than a compressed file and prints much slower.
-margin
If -margin is not specified, the image will be start at the left margin (of the window, paper, or whatever). If -margin is speci-
fied, a 1.5 inch left margin will offset the image.
PRINTING
Generally, sixel files must reach the printer unfiltered. Use the lpr -x option or cat filename > /dev/tty0?.
BUGS
Upon rescaling, truncation of the least significant bits of RGB values may result in poor color conversion. If the original PPM maxval was
greater than 100, rescaling also reduces the image depth. While the actual RGB values from the ppm file are more or less retained, the
color palette of the LJ250 may not match the colors on your screen. This seems to be a printer limitation.
SEE ALSO
ppm(5)
AUTHOR
Copyright (C) 1991 by Rick Vinci.
26 April 1991 ppmtosixel(1)