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.


Does using the cut command completely removes data from its original location while the copy command leaves information in its original location?

Yes, the cut command removes data from its original location and places it in a new location, effectively transferring it. In contrast, the copy command duplicates the data, leaving the original information intact in its initial location. Thus, using cut results in data being relocated, while copy maintains both the original and the duplicate.


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..


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

dir


What dos command display the contents of a directory?

DOSEXAFTERBREAKFAST


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 command would you type to see the contents of a diskette?

dir


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

The ls command.


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.