Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ppsh(1) [debian man page]

PPSH(1) 						      General Commands Manual							   PPSH(1)

NAME
ppsh - Parse and pretty print arbitrary Haskell Show output SYNOPSIS
ppsh DESCRIPTION
The ppsh program takes the output of an arbitrary Haskell Show output on stdin and pretty prints it to stdout. It uses the library provided in the libghc-pretty-show-dev package to parse the input and pretty print the output. AUTHOR
This manual page was written by Erik de Castro Lopo <erikd@mega-nerd.com> and is released under the same license as the pretty-show pack- age. July 23, 2010 PPSH(1)

Check Out this Related Man Page

CABAL-DEBIAN(1) 					      General Commands Manual						   CABAL-DEBIAN(1)

NAME
cabal-debian - create Debian package meta data from a Haskell cabal file. SYNOPSIS
cabal-debian [flags] DESCRIPTION
cabal-debian will generated the Debian meta data for a Debian package from the cabal file of a Haskell package. The program expects to find the package's <pkgname>.cabal file in the directory from which it was run. --prefix=PATH Pass this prefix if we need to configure the package --ghc Compile with GHC. --hugs Compile with HUGS. --jhc Compile with JHC. --nhc Compile with NHC. -h, -?, --help Show this help text. --name=NAME Override the default package name. --disable-haddock Don't generate API docs. --disable-library-profiling Don't generate profiling libraries. --disable-optimization Don't generate optimised code. --disable-split-objs Don't split object files to save space. -f FLAGS, --flags=FLAGS Set given flags in Cabal conditionals. --release=RELEASE Override the default package release. --debdir=DEBDIR Override the default output directory ("./debian"). -v n,q --verbose=n Change build verbosity. --version=VERSION Override the default package version. --maintainer=Maintainer Name <email addr> Override the Maintainer name and email in $DEBEMAIL/$EMAIL/$DEBFULLNAME/$FULLNAME. --debianize Generate a new debianization, replacing any existing one. One of --debianize, --substvar, or --update-debianization is required. --substvar=Doc, Prof, or Dev Write out the list of dependencies required for the dev, prof or doc package depending on the argument. This value can be added to the appropriate substvars file. --update-debianization Update an existing debianization. AUTHOR
This manual page was originally written by Erik de Castro Lopo <erikd@mega-nerd.com> for the Debian GNU/Linux system (but may be used by others). May 10, 2010 CABAL-DEBIAN(1)
Man Page

7 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Stale NFS file handle

Hi, I get an error saying "Stale NFS file handle" how can I solve this? Is it possible to do this with a umount/ mount command? (5 Replies)
Discussion started by: rein
5 Replies

2. AIX

verify command

Guy's I have script doing many steps as the below ... ############# ## step1# mount all Files system mount all ## step2# Start the application /app/appsh ############# but some time mount points will not be mounted completely so that will give an error if the next step started... (1 Reply)
Discussion started by: Mr.AIX
1 Replies

3. Shell Programming and Scripting

EXPECT | Shutdown MITEL by Serial.

Hi everybody, I'm from Spain so excuse my english. I'm Trying to Shutdown the Mitel 3300 CXI by serial port. I'm trying to do this with the EXPECT software. The problem is: The connection is done. The "shutdown" is done BUT the Mitel auto-boot if the script does not type... (0 Replies)
Discussion started by: Jonsaldana
0 Replies

4. UNIX for Beginners Questions & Answers

Passing User Credentials with Mount Command

My HP-UX server currently mounts a directory on a Windows 2012 server. The Windows server allows anonymous connections for RW and this configuration has worked well for years. Now, due to tightening security requirements I can't use anonymous. I also can't setup Identity Mapping on the Windows... (5 Replies)
Discussion started by: jduehmig
5 Replies

5. AIX

Sudo command prompt for a password

in the /etc/sudoer file this line was added: wtolentino ALL=(ORACLE) NOPASSWD: /bin/chmod when i tried to run this command sudo -u oracle /bin/chmod 775 /appshared/applications/lpa/executables/chrpt001.rep it prompts me for a password for example: $ pwd /appshared/applications/lpa... (2 Replies)
Discussion started by: wtolentino
2 Replies

6. Shell Programming and Scripting

Shorten header of protein sequences in fasta file to only organism name

I have a fasta file as follows >sp|Q8WWQ8|STAB2_HUMAN Stabilin-2 OS=Homo sapiens OX=9606 GN=STAB2 PE=1 SV=3 MMLQHLVIFCLGLVVQNFCSPAETTGQARRCDRKSLLTIRTECRSCALNLGVKCPDGYTM ITSGSVGVRDCRYTFEVRTYSLSLPGCRHICRKDYLQPRCCPGRWGPDCIECPGGAGSPC NGRGSCAEGMEGNGTCSCQEGFGGTACETCADDNLFGPSCSSVCNCVHGVCNSGLDGDGT... (3 Replies)
Discussion started by: jerrild
3 Replies

7. Shell Programming and Scripting

Adding sequential index to duplicate strings

I have a text file in the following format >Homo sapiens KQKCLYNLPFKRNLEGCRERCSLVIQIPRCCKGYFGRDCQACPGGPDAPCNNRGVCLDQY SATGECKCNTGFNGTACEMCWPGRFGPDCLPCGCSDHGQCDDGITGSGQCLCETGWTGPS CDTQAVLPAVCTPPCSAHATCKENNTCECNLDYEGDGITCTVVDFCKQDNGGCAKVARCS... (2 Replies)
Discussion started by: jerrild
2 Replies