answersLogoWhite

0

What else can I help you with?

Related Questions

What command would you use to cancel all print jobs on the system?

ctrl click shift buttcrack


What menu option would you choose to delete a print job?

Cancel


What is printed if a chart that appears as an object in a worksheet is selected and then the print command is selected?

You would print only the selected chart or object.


What symbol would you use in most versions of BASIC as a shortcut for the PRINT command?

Using a ? instead of typing PRINT saved four keystrokes. 10 ? "Hello" would do the same as 10 PRINT "Hello".


How do you print out a pdf document back and front?

As with any document format with multiple pages, one would first command the printer to print only the 'odd' pages. Then after inserting those pages back into the paper feed properly command the printer to print only the 'even' pages. Voila!!


How do you print a line on screen shell script?

That would depend on what shell you're using. Most seem to have a command similar to "echo x" which will print x to the terminal.


Can you use the Go To command to preview a worksheet before you print it?

No. Go To allows you to go to different parts of worksheet or workbook. It is not for previewing it. You would use Print Preview for that purpose.


What command would you use to create a new directory on a unix type of system?

Use the 'mkdir' command


What economic system would be the worst for competition between producers of command or market or traditional or mixed?

command


How do youdisplay the particular lines in unix with awk command?

In AWK, once you have a successful selector then the action could be to print the resulting line (if thats what you wish to do). For example, /a test/ { print ; } would match (and print) all lines containing "a test"


Who would certify the interoperability performance of a command and control system used by both the Army and the Navy?

Joint Interoperability Test Command (JITC)


What command you would use to submit jobs for printing in Linux?

lpr For example: lpr *.pdf to print all pdf files in your current directory.