answersLogoWhite

0

What else can I help you with?

Related Questions

How do you find and remove files in Linux?

From the command line: To find the files there are a variety of utilities that you can use including: find, locate, and slocate. To remove the files use the command: rm filename.ext


Copy con command used for?

In MS-DOS, the copy con command is used for the creation of files from the command line. From the command line enter "copy con" and the name of the file desired to be created.


From command prompt how do you display hidden files?

To access hidden files from command prompt, go to start, and in the search box, type "cmd", then enter. From there, click start, computer, my computer and look for F drive. Type F, then enter. Then type attrib -s -h -r /s /d, and hit enter. Go to your F drive and you should be able to see the hidden files.


What command erases files or groups of files?

The Del or Erase command in command prompt.


What command lets you to find all empty files in your source directory?

find -size 0


What is use of f3 in window?

in Windows 98 it's for the find files command


Does the find command use a pre-made index of files to locate a file?

No, it does not.


How do you find your ms dos version on your computer?

Go to the command prompt and run "ver" command..


What mode do you ftp tar files in?

Transfer tar files in binary mode.WARNING: some ftp clients go back to ascii mode when you enter an ls or dir command. To be safe, always use the binary command before getting a binary file.


How to start Firefox from command line?

Install Firefox and run the following command: "cd c:\program files\mozilla firefox" and press enter.. It will give you the prompt - C:\Program Files\Mozilla Firefox> now just execute here "firefox.exe" ..


In unix how will you find extension of file using commands?

Unix files do not rely on extensions, therefore there is no command to find them.


What command locates identical lines within two identically sorted files?

the find command, locates the identical lines within two identically sorted files. Your Welcome.