answersLogoWhite

0


Best Answer

If your talking about the Google directory, I don't think it's possible. You would have to do one at a time.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How can I select all the files in a directory?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the command to be used to see all the files in a directory?

The command in a terminal is: ls (short for List). This will list the files in the current directory. Whilst in the Home directory, to list the files in a different directory, for instance Videos, use: ls Videos.


Shell programming to list all directory files to a directory?

for i in * do if [ -d $i ]; then echo $i directory >> /tmp/directories fi done


How do you get all the files from the directory in PHP?

To list all the files in a directory you would use the following: $handle = opendir('/path/to/folder'); while(($file = readdir($handle)) !== false){ // do things with files // you will want to filter out things like ., .., and .htaccess echo $file; } Also, to return a list of all the files in a directory, especially with wildcards, use something such as: $file_array = glob("*"); $files = implode("\n", $file_array); echo $files; will give you a list of all the files directly.


What is a java directory?

collection of files and directory


How do you copy all the files from etc directory to oracle in unix?

You will need to be more clear about the target - is 'oracle' a directory?


Which Linux command will delete a directory as well as all its files and sub directories?

rm -rv /path/to/directory


How do you transfer multiple files from one directory to another in UNIX os?

The easiest way is to use the 'cp' command. Put the name of all the files in the 'cp' command line and use another directory as the target; all the files will be copied to the new directory. Note: you may need to use the -r (recursive) copy option if you have subdirectories in the source directory.


What is the command to list all files and sub directories in a directory?

DIR


How do you remove directory which is not empty?

rm -r directoryname this will remove the directory recursively, mean all the files and directories in the specified directory name umar, pakistan


How do you copy all files in a directory without copying sub directories using FTP?

All files in a directly can be copied without copying the sub directories using FTP by first highlighting them. This allows a user to specifically select only the files they want to transfer. If you are doing this via the command line interface using the mget command with a mask (such as *) will transfer all files except subdirectories.


How do you delete all files using Linux?

rm -rf <path to directory>


Where does bitcomet save downloaded files?

The default location is C:\downloads. You can set the download directory at Tools>Options>Directories. You can also right-click the torrent in BitComet and select "Open Directory" to see where the content is.