answersLogoWhite

0

What else can I help you with?

Related Questions

What is the difference between cut and a copy command?

a copy command would copy the contents of the selection and when you paste it somewhere else, the original contents would still be there. the contents would be available in both the original location and the new location a cut command would remove the contents of the selection and when you paste it somewhere else, the original contents would be lost. it would be available in the new location only.


What on the edit menu duplicates your last command so you can?

Do you push redo to duplicate your last command


Which of the fowing command duplicates a selection and places it in the clipboard?

font


What is the Linux command used to list the contents of a directory?

ls will list the contents of a directory.


What is the command to view the contents of a directory?

Go to the directory by "CD" command say "CD MyDoc" and press enter.. Now run "dir" command to see the contents of the directory..


What dos command display the contents of a directory?

DOSEXAFTERBREAKFAST


Which command enables you to view the contents of a folder?

dir


What command lines extract the contents of jar file tools.jar?

To extract the contents of a JAR file like tools.jar, you can use the jar command or unzip. Using the jar command, the syntax is: jar xf tools.jar Alternatively, you can use the unzip command: unzip tools.jar Both commands will extract the contents of the JAR file into the current directory.


What is used to see the contents of a directory in Unix?

The ls command.


What command would you type to see the contents of a diskette?

dir


You need 10 duplicates of one floppy this describe how to do this using two different method?

1. You can use WE to copy files on the floppy disk to a folder on the hard drive, then copy contents of the folder to the 10 disks. 2. Use a command prompt window, use the copy command to copy files on the floppy disk to a folder on the hard drive, then use the copy command to copy the contents of the folder to the 10 disks.


What does the cat command do in Linux?

print the contents of a text file onto the screen (like the "type" command in DOS).