Applications :: Saving Postscript Output - How To "print To File"

Mar 21, 2010

Been using gv and vi to build a postscript file. Now I would like to save the output of the program to a disk file. My problem is I can't figure out how to "print to a file".

View 2 Replies


ADVERTISEMENT

Hardware :: Print To File Printer - To Generate Postscript And PDF Files

Jan 12, 2010

My Ubuntu Karmic install has a very useful Print-to-File Printer configured which allows me to generate Postscript and PDF files.

I have Windows XP running on Virtualbox and I want to be able to generate PDF files using this printer but there appear to be no Printers configured.

View 1 Replies View Related

Ubuntu :: Saving Output In File

Feb 16, 2010

I am using system() command to save command output in txt file and i am storing in one character variable.

For example Code: system("ls>output.txt"); but what should i do when i have to save another one command output in the same txt file continuously, for example

Code:

The output of these 2 commands should come in one txt file continously it should get over write.

View 1 Replies View Related

General :: Saving Awk Output To File?

Feb 2, 2010

I have a problem with saving output from awk to a file. The commands I tried:

Code:

$ top | awk '/Cpu|Mem/ {if ($1 ~ /Cpu/) {printf strftime("%H:%M:%S")" "; printf strtonum($3)" ";} if ($1 ~ /Mem/) {printf ($5/$3)*100; printf "
";}}' > file.out

and

Code:

$ top | awk '/Cpu|Mem/ {if ($1 ~ /Cpu/) {printf strftime("%H:%M:%S")" "; printf strtonum($3)" ";} if ($1 ~ /Mem/) {printf ($5/$3)*100; printf "
";}}' &> file.out

In both cases file.out is empty. What am I doing wrong?

View 2 Replies View Related

Software :: Saving Output In One File?

Feb 16, 2010

I am using system() command to save command output in txt file and i am storing in one character variable. for example

Code:
system("ls>output.txt");
but what should i do when i have to save another one command output in the same txt file

[code]...

View 1 Replies View Related

Applications :: Firefox Only Print To File

Feb 5, 2010

Firefox 3.6 won't print with cups.

I'v found on this ore other forum a sollution But is there a better one.

I must add the line

But hen i can only print to the default printer.

Then i have to do lpoptions -d printername to set the other printer default.

it is good for now but looking fort better solution.

View 5 Replies View Related

General :: How To Print Command Output To A File

Apr 29, 2010

I am creating a script to sync my important documents between two system. I want my script to generate a log file for the last action. can you suggest me a way to achieve this.Question: If I execute the rsync command with -v flag, it will print a lot of messages on the console. Is there any way. So, I can redirect these logs to a file?

View 4 Replies View Related

General :: Read Three Files And Print Output In A New File?

Sep 9, 2010

file1: have DNA sequences and each sequence will begin with > symbolfile2: have protein sequence and each sequence will start with > symbolfile3: BLAST result of file2 and each result will start with query= .my problem is i have to make a report file by combining these three in such way that first sequence from file1,first sequence from 2nd file and first result from file3 should be printed in a report file

View 14 Replies View Related

Programming :: Awk: Print Out A Message To The Screen When Redirecting The Output To File?

Mar 15, 2010

I have a problem when using awk:

e.g: awk '{processing text}' File1 > File2

But when I'm processing the File1, I want to print out some messages to the screen (not the File2). How can I do that?

View 5 Replies View Related

Programming :: Use Regex In Perl Script To Detect Allowed Words From The File And Then Print Output To The Screen?

Oct 4, 2010

Its my first post in here so please be patient I am trying to use regex in perl script to detect allowed words from the file and then print output to the screen.

As an example : I have text file with orders and returns :

Item2-SKU-2-11.08.2010-online
Item3-SKU-3-11.09.2010-return
Item4-SKU-4-11.09.2010-store

My question: is it possible to make sure that i am ony outputing to the screen orders based on few conditions like Item,order form e.g. online.And is it possible to have multiple matches (Item2 only diplay if ordered online etc)

View 1 Replies View Related

Fedora :: Convert A Postscript File To A Gerber File?

Nov 10, 2009

Anyone know of any programs to convert a postscript file to a gerber file? LinkCAD can do it, but, it is very expensive and I can't get the demo to run.

View 1 Replies View Related

Software :: Creating A Simple Postscript File?

Apr 4, 2011

I would like to do something that should be fairly simple but can not find a way for it.

I want to make a page in postscript or pdf format containing four lines of text and two png images.

Would you know an easy way to concatenate my text file with the two images in a ps or pdf file?

I need a solution that works via command line only as this is for a script.

I use redhat 5 for this and would prefer not having to install any extra software.

View 12 Replies View Related

Ubuntu :: Startup Applications Not Saving After Reboot?

May 11, 2011

using ubuntu 10.4, have set a custom command to open my browser to a page using the following in System -> Preferences -> Startup Applications

Code:
chromuim-browser -kiosk http://wallboard

this works, but only for the next restart, any subsequent restart, and this 'application' has vanished from the list...

how do i add this 'application' as a persistent entry, not just for the next restart.

View 5 Replies View Related

Ubuntu :: Applications For Settings (and Saving) Monitor(s) Setup?

Dec 3, 2010

I am wondering if there is a basic tool out there that will work with graphics card powered by FOSS drivers that allows to adjust resolution (and configure secondary monitors) and then save that configuration so it can automatically be restored next time the system starts up.

View 1 Replies View Related

Ubuntu Networking :: Connected Via Usb File Goes To Print Que But Will Not Print ?

Aug 14, 2010

Just installed drivers for Lexmark pro200 - S500 series. However although it is recognised by the system and has a tick by its name, And tells me it is connected via usb file goes to print que but will not print. Also tells me it is Printing - localhost! is this correct?.

View 1 Replies View Related

OpenSUSE :: Some Applications Not All To Print Text In Landscape Correctly

Apr 28, 2011

My setup:
openSUSE 11.4.
Acer Extensa 5635ZG
Epson Stylus Photo PX710W, connected with WiFi

I have just discovered that I can't print text from libreoffice writer/calc if the layout is set to landscape. The letters seems to have been stretched and printed over each other. If I print the same document in kword/kspread everything is printed as it should be. I have generated a pdf of the document and printed from okular/acroread, even then it's not printed correctly. Although it looks ok in okular/acroread. What else that can be seen is that when it's wrongly printed the printout is printed in the opposite direction compared to when it's printed correctly. I.e. the tail comes first on the paper so to say. Where should I begin to search for faults?

View 9 Replies View Related

Ubuntu :: Use Multiple Cut Command To Print Output On A Line?

Apr 27, 2010

how to use multiple linux cut comman to display on same line ?

e.g ls -il | cut -f6 d:
ls - il cut -f9 -d:

The linux script output is

filename
123

How to use cut to display on same line ?

View 1 Replies View Related

Networking :: Print AND Real-time Output Of PING Command ?

May 3, 2011

Let's say I am pinging a host, and want to output to a file each reply and its timestamp of when this started.

I know that it can be done with a loop and a shell script. Something like this

DO

echo "$(date)" >> results.txt ###includes the time and outputs results to txt###
ping -c 4 HOST >> results.txt ###a total of 4 pings at a rate of 1 per second###

REPEAT UNTIL USER PRESSES CTRL-C

Now, my first issue is that I need to be able to see results real-time as well.

Is there a way one can print to BOTH a screen and output? If one uses the ">>" command, it is essentially sending everything to the file. Running another ping command in parallel is not an option.

View 3 Replies View Related

General :: Saving The Output Of "ls" Command In Color?

Nov 25, 2010

When I save the output of "ls" command to a "txt" or "rtf" file, the color information is lost. Is there any way to retain the color code of different files/directories obtained by the command "ls --color" while saving?

View 14 Replies View Related

Applications :: Firefox 3+ Doesn't Queue Lpr Print Jobs Until After Quit On RHEL5/10.04?

Jun 8, 2010

We have a lpr server for printing (not CUPS for compatibility with complicated domain/systems). We configured our linux systems -- RHEL4, RHEL5, and Ubuntu 10.04 -- so that lpr is one of the gtk print possiblities by adding 'gtk-print-backends = "lpr,pdf,file"' to gtkrc. This works great for several gtk-enabled applications like Acrobat Reader (acroread).

However, Firefox 3+ (tested 3.6.3 & 3.0.19) doesn't actually queue any lpr jobs until after quitting the application.

View 1 Replies View Related

General :: Vim: Jumping From File C1 To File C2 Without Saving C1 First

Jul 31, 2011

Kernel 2.6.21.5, slackware 12.0
Vim 7.1

I do 'vim c1 c2' and I begin copying parts of c2 to c1 (yank, put). Now, each time I go back to c2, I must save c1 first. But it happens that I'm not sure I want to save it. Is there a way to go back and forth between c1 and c2, making changes to one of them, without having to write to disk before switching? Notice the changes must be kept.

View 9 Replies View Related

Fedora Hardware :: Output Volume For All Applications Is Mixed

Aug 10, 2010

This time I install fedora I get a sound card. It says Audio oupt or something well I can hear my speakers making sounds like blerereblumm like someone is rubbing a cloth over them yt no sound though. My output volume for all applications is maxed. So, what can I do to fix this?

View 8 Replies View Related

Software :: Multi Applications Sharing The Same Camera Output?

Oct 31, 2010

is there a driver or application / media player that will allow me to use camstream,kopete cheese on the same camera at the same time.and let flash web sites use the cam as well .

View 3 Replies View Related

Debian :: Print Command ( Print A File ) In Debian Through Comand Prompt ?

May 5, 2009

I have a debian system installed on my pc . I have just saved a text file on my desktop . Please let me know how can i print the file through comand prompt ? I need to learn the printing the file thru comamnd line .

View 1 Replies View Related

General :: Saving Notes Against A File ?

Sep 22, 2010

I want to save notes against a file on linux... i want to save meta data about a file..because the file names are restricted in max length...So how to save notes or comments about a file on linux so that it gets saved along with the file itself...I used the notes tab in the file properties dialogbox.. but that way the notes stick to the file only on that OS only.. if i open that file in another linux os.. those comments/notes are gone...Way to embedd these notes into the file so that i dont lose them ever..At lease a solution that makes this possible on switching linux distros. if its not portable enough that these notes stick b/w windows and linux its ok for me.. but atleast if i format my linux os.. atleast i shouldnt lose those important notes..and be able to access on newer linux..

And i also have no idea if this notes tab was implemented to be linked with the OS only.. i dont see much use of it.. and a normal user also has noway to know this.. i also came to know on superuser chat from a buddy.. @Sathya ..this thing is more useless especially if u use ubuntu which has 6 months timeline..and crazy people like me who are always eager to upgrade their os as soon a new one is available..and any way i can search these notes from the terminal?

View 3 Replies View Related

General :: F11 - Do Some Operation After Saving File?

Feb 21, 2010

I'm using fedora 11. I want to do some operation like after saving a file (moving ,copying,..) the system need to ask that "DO you want to encrypt?" . If yes I am able to run the crypt module (which I already implemented..). Is it possible to invoke a encrypt module which I implemented in c language.

View 2 Replies View Related

Ubuntu :: Load A PDF And Print It And Only Said "print To File"

Feb 28, 2010

Here we go, error 4,384,239,283 in Ubuntu I was trying to load a PDF and print it and only said "print to file" So I go to System >Administration>Printing, and it says "Starting Printing." at the bottom, and then goes away... Sigh, anyone knows whats going on?

View 5 Replies View Related

Software :: Saving A Sound File With Bash?

Feb 2, 2011

I wanted to stream audio and save it into a file which I can then listen to at a later date.

Ive found a source that provides a m3u file. Example : [URL]

Is there anyway which I can pipe / save this audio stream into another file using just a standard bash shell.

View 3 Replies View Related

Ubuntu Servers :: Gedit / Nautilus And SSH File Saving?

Jul 13, 2010

I connect with ssh to an Ubuntu server to edit some files in /var/www witch I have set the setgid bit:

# sudo chgrp -R www-data /var/www
# sudo chmod -R 770 /var/www
# sudo chmod -R g+s /var/www

I have added the user "user" to www-data group. Now I connect using ssh as user "user" to my server with nautilus. When I copy files using nautilus file get the group permission 'www-data' as they should. But if I edit a file using Gedit and save it, the file's group get changed to "user" group ?

View 2 Replies View Related

Debian :: Saving Shutdown Text Screen Into A Txt File?

Mar 29, 2010

Is it possible to save all the text appearing once you choose to turn off your debian box into a .txt file for further reading and analysis?

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved