Search 5,000,000+ questions and answers.

Frequently Asked Questions

What command should I use to print from shell?

Frequently Asked Questions
One command you can use is a2ps by typing 'a2ps filename'. When using this command you also need to set your printer to one nearby. Look at the next faq item for more information on how to do that. If you want to print using a graphical interface you can use the command qtcups by typing 'qtcups filename'. Look at the manual pages for more information about these two print commands by typing 'man a2ps' or 'man qtcups' at a terminal prompt.
Related Questions

Why can't I use 'dir' with run-shell-command?

Allegro Common Lisp FAQ
On Windows, excl:run-shell-command executes programs but does not invoke shell commands. The function is therefore misnamed for Windows. It is called run-shell-command to provide cross-platform compatibility between Windows and Unix and back compatibility for ACL4.3.x users. It does behave differently on Windows and Unix. The difference is related to differences between UNIX and Windows. See the documentation page for excl:run-shell-command for details on this point.
Related Questions

What type of commands can I use with the "Shell command on the User PC" ?

IE Toolbar Builder samples
You can launch any programs (such as word.exe, notepad.exe) or execute any commands that are accessible from the Start->Run menu (like tracert and cmd). lt;SHELLEXECUTE name="Prog" command="progname.exe" options="/s %combo1" not_found="Can't open Prog application..."/>
Related Questions

How do I use Korn shell command recall (history)?

Quarterly ASCII posting of SCO UnixWare 7 FAQ
history, press the 'Esc' key once. This puts you into a single line< br> vi editor, in command mode, that has opened your history file. To cycle
Related Questions

How can I use tcsh as my shell?

The umich.umce.login FAQ List
There's a fairly simple way to do this, but there is no official way to do this for a variety of reasons. The solution is to add these lines to the end of your .login file: if ( $SHELL == "/bin/csh" ) then foreach i ($path) if ( -x $i/tcsh ) then setenv SHELL $i/tcsh set shell=$i/tcsh exec $i/tcsh -l endif end endif If you really need tcsh to be the login shell, then you should start it with the -l flag as it is done above.
Related Questions

How do I execute a shell command via system exec?

The LabVIEW FAQ - The Block Diagram
The exec VI function can be used to send shell commands. Include the shell call with the commands that are desired. For example under Windows operating systems the call is to command.com. For example, the string to copy filea to a drive would be
Related Questions

Where is the Print command?

Tranglos Software: KeyNote: Frequently asked questions
Under the "Note" menu. I realize this is a non-standard location. The point is to make it clear that it is the note, not the file, that's going to be printed.
Related Questions

I have a shell now how do I use it?

MacFilez FAQ 4.0
You need a telnet program to access the shell (like Better Telnet). To transfer files back and forth, use FTP, and ftp to the same address you telnet to. To run irc, try typing 'irc' and see if a p rogram loads. If not, you'll need to either get a binary for your system (precompiled program) or get the source and compile it yourself. To find out what kind of system your shell is on type 'uname -a' on your shell, you'll get some feedback like this: This shows you the name of the machine 'nowhere.
Related Questions

Network FAQ
For a Desktop (or tower case) USB Wireless Client Card should be considered as the preferred solution. PCI Wireless Client Card ends up been stuck behind the computer's case, resultant in obstructed transmission and poor performance. USB is connected to the Port with 2-3' cable allowing the Antenna to be placed above the System for better Transmission.
Related Questions

How do i use the Next command?

sed advanced Usage
The Next command is used for multiline pattern space manipulation it allows you to juggle text that you wish to control over multiple lines. Where the next command outputs the contents of the pattern space then reads the next line... the Next command reads the contents of the next line then appends it to the pattern space separating first line from the second with a "\n" character.
Related Questions

How do I use Fossil Shell Dust®?

DERMISIL.COM :: How Fast does Dermisil Work? ::
Fossil Shell Dust® is applied by sprinkling the dust onto any surface that may contain mites, including carpets, wall cracks and crevices. A pesticide duster may be used for application of this product even though it is not a pesticide. Be careful not to inhale the dust.
Related Questions

How might one utilize the print command to advantage?

sed basics
By example of course this is a sed command line that i whipped up in a few minutes to demonstrate the use one might get for it on the web. Suppose you have determined that you had to replace some tags in a file without effecting any other strings. This is one way of doing it that does work. I am sure that you will find much better uses of amplifying the example. If you do and wish to show me email me at the supplied address anytime. Well so much for buildup here goes a real short example.
Related Questions

How do I print a file from the command prompt?

UC Davis Math: Computer F.A.Q.
The math department printers accept jobs that are either Postscript or Text. If you have another type of file that you would like to print you will need to convert it or print it with an application that will convert it for you. To print a PS or Text file use the following commands: # lpr -P substitute with the name of the printer you want to print to and with the name of the file you want to print.
Related Questions

How do I run a complex command that I can type at a shell (command) prompt via STAF?

Frequently Asked Questions About STAF V3, STAX, and STAF Ser...
The PROCESS service has a SHELL parameter which specifies that COMMAND should be executed as though you were at a shell prompt. This allows complex commands involving pipelines to be readily executed. Note, if COMMAND and PARMS are both specified they will be concatenated with a space between them, and the resulting string is what will be executed. Unix Command Line Example: STAF local PROCESS START SHELL COMMAND "ps | grep test | wc >testcount.txt"
Related Questions

How do I use the print slides to print handouts?

PoweredTemplates - Frequently Asked Questions (FAQ)
Click "Select Picture", find the folder with the print slide you want, and then click the file name, and click "OK". The directions below start out by making a copy of your presentation. This way you will have one copy for presenting and one copy used strictly for printing. Select the image (by clicking on it) and then click the top icon in the Drawing Toolbar (draw icon) and select "Arrange" and then select "Send To Back".
Related Questions

What command should I use to do "that task"? How should I use this command?

Computing Facilities FAQ
On Unix/Linux computers use the command "apropos keyword" to find a list of commands which may do things described by keyword; then use "man command" to find out what does the command do. If you are familiar with emacs, "info command" may offer a nicer interface that can be browsed.
Related Questions

I use the EXTRACT command and get the message "Extraction anchor not found". What is the solution?

FAQ - iMacros
The reason for this message is that the extraction anchor, given mainly by the ATTR parameter of the EXTRACT command, could not be found on the currently active web site. Make sure that you selected the appropriate part for the anchor. It should only contain HTML code that does not change during each session or the changing parts need to be replaced by the wildcard *. Incorrect: This anchor does not work because it contains a changing value (the dollar amount).
Related Questions

Can I run TestMaker agents from the command-line or shell?

TestMaker Frequently Asked Questions
TestMaker scripts may be run from within TestMaker or from the command line. Scripts to run agents from the Windows and Linux command line are found in the TestMaker distributions. For TestMaker 4.0 look at testmaker_home/utils. TestMaker 4 offers no support for WS-Security directly at this time. However, because TestMaker uses the Jython scripting language you can easily import and use an Java library that implements the security library and profile you need.
Related Questions

How to access variables or functions in a Ch program from Ch shell command line?

Frequently Asked Questions for Ch
In Ch shell, You can access variables or functions in a Ch file if they are global variables or functions. For example, if you have a file called test.ch, You can access variable var in Ch shell after running the "test.ch". The following example is an example for accessing function in a Ch file from Ch shell. cat test.ch /* this is the file test.ch */ #include int var = 5; var += 1; // or any other statements Here is an example how it can be done in a Ch shell. > cat prog.
Related Questions

How to unload defined functions and variables at the command prompt of a Ch shell?

Frequently Asked Questions for Ch
You need to use the command remvar to remove the defined functions or variables. > int var = 90 > remvar var > float var = 5.0 // now you can redefine 'var' If a defined function such as blah() is called at the command prompt, you need to remove the definition from the ch command shell with remvar, before modifying the function definition. Otherwise, the modified function definition won't work at the current command prompt. Here is an example as demonstrated below. > blah() > vi blah.
Related Questions

How to run Windows command in Ch shell without being blocked?

Frequently Asked Questions for Ch
Like in Unix, a command in Windows can be executed in the background by appending "&" at the end of the command. For example, c:/> notepad & Ch supports all Windows serial port I/0 functions listed in CHHOME/include/windows/conio.h, you can find more information at Microsoft developer network web site http://msdn.microsoft.com/library/default.asp?url=/library/en-us/devio/base/communications_resources.asp . The Windows APIs used for serial port communication are listed below.
Related Questions

How do I run a command like dir which is built into the MS-DOS shell?

usage FAQ
The Windows NT command processor CMD.EXE can be run from ksh, so CMD.EXE built-in commands can also be run. Assuming that PATH has been set up to include the Windows NT system directory, UWIN environment could be set to give the dir command for directory listings. For example setting the alias, alias dir='CMD.EXE /c "dir /on"', will allow the native dir command to be used in ksh.
Related Questions

How can I use Scheme for shell scripting?

scheme-faq-programming
Some Schemes all allow you to define Unix-style scripts containing Scheme code. SRFI-22 attempts to standardize the mechanism used for that.
Related Questions

Can I use the UNIX shell?

Seattle Community Network: FAQ, Personal Web Sites
No, generally speaking. But if you can contribute something useful as a volunteer that requires shell access to do it, please ask.
Related Questions

How can I use shell access ?

rootr.net : faq user
You need an ssh program. Windows users are recommended to use the Putty program available at: http://www.chiark.greenend.org.uk/~sgtatham/putty/. Ask us if you need help configuring Putty. For Mac users and other unixens, check out links on http://www.openssh.com/. BSD and Linux users can directly use the ssh command. All those programs are completely free of charge. they also take very little space on the hard drive, less than 1MB.
Related Questions

What about programs that don't use any shell?

The Ultimate TI Calculator FAQ - TI-83 and TI-84 (regular, P...
There are very few significant assembly programs for either of these calculators which don't use any shell. If you do happen to find such a program, you can run it on the TI-83 by running the command "Send(9prgmNAME" from the home screen (or a Basic program). On the TI-83+, the command to use is "Asm(prgmNAME".
Related Questions

How do I use my shell, what are the commands?

General Website Hosting Information (Page 3/3)
There are a variety of factors that can contribute to occasional slow download speeds or time-outs. One thing that you can rule out is lack of bandwidth directly into the facility where your site is located. If it seems that your site generally is always slow, it may be because you have images on your pages that are too large. A rule of thumb is to try to make images 20k or less. If you have larger images, try using image compression software which you can download free at www.download.com.
Related Questions

Why do we use a shell as logo?

The House of Marketing
The inbound movement stands for getting to the crux of the matter. We start from business objectives, moving to marketing strategies, planning and implementation. The outbound movement represents the speed and leveraging power of our approach. We offer pragmatic and tangible solutions for every marketing challenge.
Related Questions

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact