answersLogoWhite

0

This is a statement, not a question. Ask again using words that make it clear what you want to know.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

How do you find out what DOS Command are available?

A listing of DOS commands are available if you type help at the command prompt. DOS commands do vary from version to version.


Where can I find power point lessons online?

You can find power point lessons on any site that offers a power point software, or you can also find lessons from a personal teacher who offer courses.


What is the command for net send?

You can find all of the switches and options available to net send by doing: net send /?


What Linux command is similar to the find or search command in windows?

find


What is use of -exec in find command of unix?

The -exec option executes the following command on a target of the 'find' command.


What command would you use to find text on a webpage?

In most browsers, you can use the "Find" command to search the text of a webpage. It's normally available using Control+F or Command+F. You can also check the file menu. A quick search through help or the web for your specific browser will give you better instructions.


Which command do you use to locate and select all instances of a word?

Use "Find" to locate all instances of a word.


Where can one find tips on using Microsoft Power Point?

You can find tips on using Microsoft Power Point at the official Microsoft website in the get work done section. You can also get help in the program from using the help feature.


Where can one find a jazzy power chair?

There are many different power chairs available for purchase on the market. "Pride Mobility" is a reputable seller where one can find the Jazzy Power Chair brand.


How can you view mac power point on windows?

click start (in the bottom left corner) go to all programs find Microsoft Office (click) then click Power point


What keyboard command activates the find command?

Ctrl F


How do you find the largest file in Unix?

There is no simple command available to find out the largest files/directories on a Linux/UNIX/BSD filesystem you can easily find out list of largest files/directoris: du -a /var | sort -n -r | head -n 1