PFM(1) General Commands Manual PFM(1)NAME
pfm - Graphical PostgreSQL client using Tcl/Tk
SYNOPSIS
pfm
DESCRIPTION
This manual page documents briefly the pfm command.
pfm (Postgres Forms) is a graphical PostgreSQL client.
It allows the creation of forms to access data within a database.
Related queries can be explored by the use of links between forms.
OPTIONS
None
SEE ALSOpostgres(1), psql(1).
The program documentation can be found at /usr/share/doc/pfm/help.html.
AUTHOR
pfm was written by Willem Herremans <w.herremans@scarlet.be>.
Homepage: http://pgfoundry.org/projects/pfm/
This manual page was written by Mark Hindley <mark@hindley.org.uk>, for the Debian project (but may be used by others).
Aug 8, 2007 PFM(1)
Check Out this Related Man Page
pfsoutpfm(1) General Commands Manual pfsoutpfm(1)NAME
pfsoutpfm - Write images or frames in OpenEXR format
SYNOPSIS
pfsoutpfm (<file> [--frames <range>]) [<file>...]
DESCRIPTION
Use this command to write frames in PFM format. PFM format is used for HDR Shop plug-ins and is also supported by some recent versions of
NetPBM package (pamtopfm and pfmtopam commands). Source pfs frames should be piped to the Standard Input. This command can handle both
color (XYZ channels) and grayscale (Y channel) images.
Details on the format of the pattern file names, which are used for saving multiple frames, can be found in the manual page of pfsoutppm.
EXAMPLES
pfsin memorial.hdr | pfsoutpfm memorial.pfm
Converts from one HDR format to another
pfsin memorial.hdr | pfsextractchannels Y | pfsoutpfm memorial.pfm
Stores memorial image as a grayscale PFM file.
SEE ALSO pfsout(1)pfsoutppm(1)pfsinpfm(1)BUGS
pfsoutpfm may store floating point numbers incorrectly on big-endian machines.
Please report bugs and comments on implementation to the discussion group http://groups.google.com/group/pfstools
pfsoutpfm(1)
I have two files. File1 is shown below.
>153L:B|PDBID|CHAIN|SEQUENCE
RTDCYGNVNRIDTTGASCKTAKPEGLSYCGVSASKKIAERDLQAMDRYKTIIKKVGEKLCVEPAVIAGIISRESHAGKVL
KNGWGDRGNGFGLMQVDKRSHKPQGTWNGEVHITQGTTILINFIKTIQKKFPSWTKDQQLKGGISAYNAGAGNVRSYARM
DIGTTHDDYANDVVARAQYYKQHGY
>16VP:A|PDBID|CHAIN|SEQUENCE... (7 Replies)
Hi All,
Iam unable to print the below block and getting the error.Can anyone please help me in this.
Input Data
eaits001z$ echo "-------LINENO_JOBID_VAL--------${LINENO_JOBID_VAL}---"
-------LINENO_JOBID_VAL--------58167|253473 58169|253473 58171|253473 58179|253473 58180|253473 58181|257311... (9 Replies)
Has anyone ever encountered this? It's one of those it was working Monday but not today issues.
We have an account pcadmin in the group utl, its supposed to read the files in utl. No issues on Monday, but today pcadmin can't read anything owned by utl. Below you can see it still has the group... (8 Replies)
Hi,
I am a junior dba and started carrier very new. I have a batch file to create some script of db creation. I want that batch file to convert in .sh file so that I can directly run that in the AIX box to generate those files.
Please help me with the code for AIX. Batch file is here:
... (2 Replies)
I am wondering if someone can help a brother out. I am trying to create a DB using a GUI and when I am about to finish, it gets stuck. I hit finish but nothing happens. Any help from the community will be highly appreciated.
... (0 Replies)
I'm trying to exlude a list of values with perl to process while reading in a file. Is there a way to use the next if with a list?
Example:
@array = qw(val1 val2 val3 val6);
while (<>) {
next if $_ =~ @array; # values I don't want to process here
print; # process the rest here
}... (8 Replies)
I'm trying to change date format using this script from day/month/year to month/day/year
#!/bin/bash
while read line; do
echo "$line"
date=$(echo "$line" | cut -d/ -f1 )
month=$(echo "$line" | cut -d/ -f2 )
echo $month"/"$date"/2017"
done < ~/Downloads/Dates.csv
But I get output as... (5 Replies)
To bakunin and corona688:
My result when text in file is
ms_ww_546
ms_rrL_99999
ms_nnn_67_756675
is
https://www.unix.com/C:\Users\Fejoz\Desktop\ttt.jpg
I hope you can see the picture. There is like a "whitespace character" after 2 of the 3 created directories.
---------- Post... (0 Replies)
Hi Gurus,
I have below requirement and have no idea how to achieve this.
the input file like below. there are multiple sections in file, each section has multiple lines. I need to find certain lines (value1, value2, value3 are key words for line searching) and generate another file. in some... (9 Replies)