9 More Discussions You Might Find Interesting
1. AIX
Hi 2 all,
i have had AIX 7.2
:/# /usr/IBMAHS/bin/apachectl -v
Server version: Apache/2.4.12 (Unix)
Server built: May 25 2015 04:58:27
:/#:/# /usr/IBMAHS/bin/apachectl -M
Loaded Modules:
core_module (static)
so_module (static)
http_module (static)
mpm_worker_module (static)
... (3 Replies)
Discussion started by: penchev
3 Replies
2. Shell Programming and Scripting
Hello.
System : opensuse leap 42.3
I have a bash script that build a text file.
I would like the last command doing :
print_cmd -o page-left=43 -o page-right=22 -o page-top=28 -o page-bottom=43 -o font=LatinModernMono12:regular:9 some_file.txt
where :
print_cmd ::= some printing... (1 Reply)
Discussion started by: jcdole
1 Replies
3. UNIX for Dummies Questions & Answers
How to use "mailx" command to do e-mail reading the input file containing email address, where column 1 has name and column 2 containing “To” e-mail address
and column 3 contains “cc” e-mail address to include with same email.
Sample input file, email.txt
Below is an sample code where... (2 Replies)
Discussion started by: asjaiswal
2 Replies
4. Shell Programming and Scripting
Hi,
I have line in input file as below:
3G_CENTRAL;INDONESIA_(M)_TELKOMSEL;SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL
My expected output for line in the file must be :
"1-Radon1-cMOC_deg"|"LDIndex"|"3G_CENTRAL|INDONESIA_(M)_TELKOMSEL"|LAST|"SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL"
Can someone... (7 Replies)
Discussion started by: shis100
7 Replies
5. Shell Programming and Scripting
I'm trying to build a korn shell script which will check some information located at a column of one .csv archive.
The problem I'm having is that my script is not having the correct response:
#!/bin/ksh
i = 1
echo "Printing 1"
echo "${1}"
echo "Printing #"
echo "${#i}"
echo... (1 Reply)
Discussion started by: felipebb
1 Replies
6. UNIX for Dummies Questions & Answers
Hi Friends,
Can any of you explain me about the below line of code?
mn_code=`env|grep "..mn"|awk -F"=" '{print $2}'`
Im not able to understand, what exactly it is doing :confused:
Any help would be useful for me.
Lokesha (4 Replies)
Discussion started by: Lokesha
4 Replies
7. Programming
I have written following code to do: ls -l | wc -w, it works:
but when there are not only a single "|", if there are more such as:
ls -l | sort -r | sort | sort -r, This program does not work, i want to know how could i deal with it when there are more "|", another situation is that, if it mixes... (2 Replies)
Discussion started by: strugglingman
2 Replies
8. UNIX for Dummies Questions & Answers
please help me figure out how to do this
I wont lie, this is for a homework problem and I have searched on google for a long time and still can't figure out what to do.
here is the problem
So there's a folder let's say called "bare"
in it, there are 10 dirs with names from "part1" through... (2 Replies)
Discussion started by: white_raven0
2 Replies
9. UNIX for Dummies Questions & Answers
Hello,
I am new to the Unix/Linux world. This is a typical "for-dummies" question.
I was trying to setup Java JDK 1.3 on my Red Hat Linux and downloaded a file called "j2sdk-1_3_1_01-linux-i386.bin" on my usr/src directory. Then I do a "chmod a+x j2sdk-1_3_1_01-linux-i386.bin". Then I tried... (1 Reply)
Discussion started by: jaywang
1 Replies
vinvert(1Vi) vinvert(1Vi)
NAME
vinvert - invert image pixel values
SYNOPSIS
vinvert [option ...] [infile] [outfile]
DESCRIPTION
vinvert inverts each input image to produce a corresponding output image. The operation is suitable for swapping black and white in a grey-
scale image.
Each output pixel is computed from the corresponding input pixel by
out-pixel = M - in-pixel
where M is the maximum value allowed by the pixel representation, or 1 in the case of float or double pixels. Input pixel values must lie
in the range [0,M].
Each output image has the same number of bands, rows and columns, and the same pixel representation, as the corresponding input image.
COMMAND LINE OPTIONS
vinvert accepts the following options:
-help Prints a message describing options.
-in infile Specifies a Vista data file containing the input images.
-out outfile Specifies where to write the output images as a Vista data file.
Input and output files can be specified on the command line or allowed to default to the standard input and output streams.
SEE ALSO
vnegate(1Vi), vop(1Vi), VImage(3Vi), Vista(7Vi)
AUTHOR
Art Pope <pope@cs.ubc.ca>
Vista Version 1.12 24 April 1993 vinvert(1Vi)