Sponsored Content
Special Forums UNIX Desktop Questions & Answers Assistance with using quotes in shellscript programming Post 302908852 by SriniShoo on Thursday 10th of July 2014 11:18:44 PM
Old 07-11-2014
Code:
"cd /submittals;gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=/submittals/012606-003e.pdf -c \"<</BeginPage{0.9 0.9 scale 30.6 39.6 translate}>> setpagedevice\" -sPAPERSIZE=letter -dCompatibilityLevel=\"1.3\" -dPDFSETTINGS=\"/printer\" -dSubsetFonts=true -dEmbedAllFonts=true -f /submittals/012606-003b.pdf"

 

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Double quotes or single quotes when using ssh?

I'm not very familiar with the ssh command. When I tried to set a variable and then echo its value on a remote machine via ssh, I found a problem. For example, $ ITSME=itsme $ ssh xxx.xxxx.xxx.xxx "ITSME=itsyou; echo $ITSME" itsme $ ssh xxx.xxxx.xxx.xxx 'ITSME=itsyou; echo $ITSME' itsyou $... (3 Replies)
Discussion started by: password636
3 Replies

2. UNIX for Dummies Questions & Answers

Carreer:Networking Programming in Unix (C programming Language)

Hello, I am trying to learn Networking Programming in C in unix enviorment. I want to know how good it is to become a network programmer. i am crazy about Network programming but i also want to opt for the best carreer options. Anybody experienced Network Programmer, please tell me is my... (5 Replies)
Discussion started by: vibhory2j
5 Replies

3. Shell Programming and Scripting

Single quotes and double quotes

Hi guys, I have a sed line in double quotes which works fine, but I want it to be in single quotes here is the sed line sed "/abc_def/s/\'.*\'/\'\${abc_def}\'/" can some one give the equivalent to the above script in single quotes Thanks a ton (5 Replies)
Discussion started by: sol_nov
5 Replies

4. UNIX for Dummies Questions & Answers

grep single quotes or double quotes

Unix superusers, I am new to unix but would like to learn more about grep. I am very familiar with regular expressions as i have used them for searching text files in windows based text editors. Since I am not very familiar with Unix, I dont understand when one should use GREP with the... (2 Replies)
Discussion started by: george_vandelet
2 Replies

5. Shell Programming and Scripting

Having a terrible problem with quotes/single quotes!

Hello. I'm trying to write a bash script that uses GNU screen and have hit a brick wall that has cost me many hours... (I'm sure it has something to do with quoting/globbing, which is why I post it here) I can make a script that does the following just fine: test.sh: #!/bin/bash # make... (2 Replies)
Discussion started by: jondecker76
2 Replies

6. UNIX for Dummies Questions & Answers

From iOS programming to Linux system programming

Hello. I like Linux and C programming language. Allways wanted to understand kernel and become a Linux system programmer. And I also like Objective-C and iOS. These two programming areas have relations: 1. Linux and iOS are UNIX-like systems, POSIX compliant. 2. It is useful to know C language... (2 Replies)
Discussion started by: Rockatansky
2 Replies

7. Shell Programming and Scripting

Issue with Single Quotes and Double Quotes for prompt PS1

Hi, Trying to change the prompt. I have the following code. export PS1=' <${USER}@`hostname -s`>$ ' The hostname is not displayed <abc@`hostname -s`>$ uname -a AIX xyz 1 6 00F736154C00 <adcwl4h@`hostname -s`>$ If I use double quotes, then the hostname is printed properly but... (3 Replies)
Discussion started by: bobbygsk
3 Replies

8. Shell Programming and Scripting

Removing quotes within quotes

Hello everyone, I am working on a file with thousands of lines and instead of manually removing them I need a script to remove quotes within quotes. For example a line may have something such as this: "Hey, I was ready to go on stage or "break a leg", but I failed miserably." So I need to... (15 Replies)
Discussion started by: tastybrownies
15 Replies

9. Shell Programming and Scripting

Replace Double quotes within double quotes in a column with space while loading a CSV file

Hi All, I'm unable to load the data using sql loader where there are double quotes within the double quotes As these are optionally enclosed by double quotes. Sample Data : "221100",138.00,"D","0019/1477","44012075","49938","49938/15043000","Television - 22" Refurbished - Airwave","Supply... (6 Replies)
Discussion started by: mlavanya
6 Replies
foo2qpdl(1)						      General Commands Manual						       foo2qpdl(1)

NAME
foo2qpdl - Convert Ghostscript pbmraw or bitcmyk format into a QPDL printer stream SYNOPSIS
foo2qpdl [options] <pbmraw-file >qpdl-file foo2qpdl [options] <bitcmyk-file >qpdl-file foo2qpdl [options] <pksmraw-file >qpdl-file DESCRIPTION
foo2qpdl converts Ghostscript pbmraw, bitcmyk, or pksmraw output formats to monochrome or color QPDL streams, for driving the Samsung CLP-300, CLX-2160, CLP-600, CLX-3160, CLP-610 and the Xerox Phaser 6110 QPDL printers. COMMAND LINE OPTIONS
Normal Options These are the options used to select the parameters of a print job that are usually controlled on a per job basis. -c Force color mode if autodetect doesn't work. -d duplex Duplex code to send to printer [1]. | | | |1 off | 2 long edge | 3 short edge -g xpixxypix Set page dimensions in pixels [10200x6600]. -m media Media code to send to printer [0]. ------------------------ Media QPDL ------------------------ plain 0 thick 1 thin 2 bond 3 color 4 card 5 labels 6 envelope 7 preprinted 8 cotton 9 recycled 10 transparency 11 archive 12 -p paper Paper code to send to printer [0]. +--------------+------------------+ | 0 letter | 1 legal | | 2 A4 | 3 executive | | 6 env #10 | 7 env Monarch | | 8 env C5 | 9 env DL | |11 B5jis | 12 B5iso | |16 A5 | 17 A6 | |23 env C6 | 24 folio | |25 env 6.75 | 26 env #9 | |28 oficio | 21 custom | +--------------+------------------+ -n copies Number of copies [1]. -r xresxyres Set device resolution in pixels/inch [1200x600]. -s source Source (InputSlot) code to send to printer [255]. | | |1 auto | 2 manual |3 multi | 4 tray1 -t Draft mode. Every other pixel is white. -J filename Filename string to send to printer. -U username Username string to send to printer. Printer Tweaking Options These are the options used to customize the operation of foo2qpdl for a particular printer. -u xoffxyoff Set the offset of the start of the printable region from the upper left corner, in pixels [0x0]. -l xoffxyoff Set the offset of the end of the printable region from the lower right corner, in pixels [0x0]. -L mask Send logical clipping amounts implied by -u/-l in the QPDL stream [3]. 0 don't send any logical clipping amounts 1 only send Y clipping amount 2 only send X clipping amount 3 send both X and Y clipping amounts -A AllIsBlack: convert C=1,M=1,Y=1 to just K=1. Works with bitcmyk input only. -B BlackClears: K=1 forces C,M,Y to 0. Works with bitcmyk input only. -z model Printer model. Model 0 is the default. model Description 0 CLP-300, CLX-2160, CLX-3160 1 CLP-600 2 CLP-310, CLP-315, CLP-610, CLX-3175 3 CLP-620 Debugging Options These options are used for debugging foo2qpdl. -S plane Output just a single color plane from a color print and print it on the black plane. The default is to output all color planes. 1 Cyan 2 Magenta 3 Yellow 4 Black -D level Set Debug level [0]. EXAMPLES
Create a black and white QPDL stream: gs -q -dBATCH -dSAFER -dQUIET -dNOPAUSE -sPAPERSIZE=letter -r1200x600 -sDEVICE=pbmraw -sOutputFile=- - < testpage.ps | foo2qpdl -r1200x600 -g10200x6600 -p0 >testpage.zm Create a color QPDL stream: gs -q -dBATCH -dSAFER -dQUIET -dNOPAUSE -sPAPERSIZE=letter -g10200x6600 -r1200x600 -sDEVICE=bitcmyk -sOutputFile=- - < testpage.ps | foo2qpdl -r1200x600 -g10200x6600 -p0 >testpage.zc FILES
/usr/bin/foo2qpdl SEE ALSO
foo2qpdl-wrapper(1), qpdldecode(1) AUTHOR
Rick Richardson <rick.richardson@comcast.com> http://foo2qpdl.rkkda.com/
All times are GMT -4. The time now is 03:11 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy