Tag: find

7 How to display file details (size, date, etc.) from Linux “locate” command? 2013-05-19T12:11:28.720

7 Keep Find bar open across all other tabs in Firefox 25 2013-11-27T09:01:28.557

7 How to find a file whose size is less than 10 MB? 2013-12-10T23:31:10.907

7 *nix find -type flag: can it accept multiple types? 2014-01-15T02:05:06.407

7 Using Unix's find command to find directories matching name but not subdirectories with same name 2014-04-01T12:06:47.927

7 Sublime Text - Find next - go back to beggining of file like Chrome does 2015-02-03T15:47:59.277

7 Why does `find` in Linux skip expected results when `-o` is used? 2015-09-02T10:21:52.470

7 Linux: How does file modification time affect directory modification time and directory access time? 2016-02-12T13:25:13.443

7 How to get rid of fractional seconds in find using -printf? 2016-08-08T12:34:46.823

6 Using find to find files 2009-11-22T00:39:30.433

6 Syntax for find on Mac OS X 2010-03-10T08:20:56.197

6 Find document files and copy them to another directory 2010-11-07T20:49:58.780

6 Delete all empty folders, even with .svn folders in it 2011-02-25T12:58:49.893

6 How can I exclude a directory when using find 2011-03-17T21:30:32.160

6 Exclude folder using `find` command 2011-05-12T22:47:10.577

6 How can I use find to select users with a certain amount of disk space usage? 2011-05-16T06:34:14.293

6 Find on page in Google Chrome by simply typing on page 2011-07-21T15:35:07.230

6 Bash Find Files with zero size and delete files with different extensions 2011-12-02T02:40:24.570

6 Find difference with mtime - and + 2012-12-12T10:45:30.903

6 Why is the grep/-r/--include combination slower than the find/-exec/grep combination? 2013-01-18T02:49:48.963

6 How can I find a path by providing only part of the path? 2013-06-17T02:15:06.200

6 "FIND: Parameter format not correct" and "FINDSTR: Write error" with Pipes 2015-10-06T18:49:41.490

6 find: "-exec rm {} \;" vs. "-delete" - why is the former widely recommended? 2017-06-23T18:41:49.160

5 How can I use sed to alter the results of find and pass the results to cp? 2010-03-02T04:18:54.373

5 Using find and tar with files with special characters in the name 2010-06-01T23:07:47.373

5 How do I set search option defaults in MS Excel 2007? 2010-06-25T11:01:41.587

5 list/find all regular files in all subdirectories excluding binary files 2010-10-05T00:16:27.410

5 How can I use command to open the first search result with vi? 2010-11-10T08:19:51.633

5 How do you search for strings in a file which in turn is in an archive? 2010-11-24T05:29:32.963

5 Using find or grep to locate filenames with accented characters from a different encoding system (Windows to Linux) 2010-12-06T00:37:58.140

5 Difference between grep -l and find in UNIX 2011-04-09T14:43:45.290

5 How do I find circular symbolic links? 2011-05-02T18:45:36.860

5 How to list all files in a Windows SMB network share 2011-05-31T08:44:31.450

5 find -printf on Mac (-printf unknown option) 2011-06-05T16:34:18.817

5 find using wholename 2011-07-08T00:54:49.880

5 Textmate: regular expression to replace matches preserving case? 2011-11-04T17:49:18.743

5 how to limit find command's output used with option -print0 2012-03-05T16:00:00.123

5 Linux: find first result from specified search path 2012-12-20T11:18:27.253

5 Copying all files inside subdirectories and renaming instead of overwriting 2013-02-19T16:21:18.093

5 How to find all jpeg images of the same camera model 2013-03-16T06:04:24.503

5 linux: is tree -i -f -L $depth supposed to be faster than find -maxdepth $depth? 2013-04-12T08:49:43.933

5 Why is [find] running incredible fast, if run twice? 2013-08-30T21:10:40.487

5 How make a compressed tar when there are too many filenames for the shell to expand on a single line? 2013-09-06T22:30:08.223

5 How to get first line of output from command line? 2014-08-08T20:16:37.393

5 Preserving newline in find/grep search results 2014-10-09T23:22:21.867

5 How is the command line built for find -exec command {} + 2015-07-18T00:55:59.337

5 understanding some flags in find-command in linux 2015-09-10T06:12:45.920

5 Recursively find files with specific hard link count 2016-08-16T22:13:09.323

5 Ack/Ag/Pt just list files? 2017-09-25T15:34:17.657

4 GNU find with -exec rm removes matches, then complains they don't exist 2010-01-09T16:13:41.113

4 Is it possible to find all files with a given inode? Efficiently? 2010-01-18T16:28:40.117

4 How do I use find to copy all found files to a new name in their same directories? 2010-02-23T17:22:28.267

4 UNIX find dirs that contain a particular file (pom.xml) then execute command in that dir 2010-03-09T14:34:02.133

4 Windows XP: How to find the files with 2 characters only? 2010-05-16T11:35:44.540

4 linux + find word/string in file under directory 2010-06-03T10:29:50.600

4 Excluding a list of directories from Find 2010-08-20T05:58:22.507

4 How to make all files non-executable recursively using find without affecting directories? 2010-09-26T08:15:08.957

4 How do I specify a date range for find command on OSX? 2010-10-27T03:25:25.260

4 Why did this command delete everything? 2010-10-30T12:17:11.733

4 Is there a simpler form of find . -name "*substring_of_filename*" on Mac OS X and Linux? 2011-05-02T14:46:41.870

4 How to rename all files and directories in current folder? 2011-05-17T19:42:58.770

4 Find misses a match to glob pattern unless the pattern is made more specific 2011-06-16T23:04:13.893

4 tar - exclude certain files 2011-06-26T15:52:06.040

4 Batch File that copies the first 2 lines of a text file into another text file 2011-07-12T03:12:04.110

4 Linux: use find to find text files? 2011-07-15T09:43:42.640

4 find with exec : how to perform multistep conditional action on each file 2011-09-30T11:33:52.397

4 Search text in list of files 2011-11-23T09:15:18.660

4 Why does $ find -delete not work sometimes? 2012-02-17T04:39:08.020

4 How to filter files with specific permissions or attributes while running ls? 2012-03-03T14:22:05.467

4 Flatten a folder structure to a file name in Bash 2012-03-04T21:38:46.090

4 How to use command "find" to list files with specific filename length? 2012-04-11T11:39:00.710

4 How can I retain grep's match highlighting when piping find into grep? 2012-05-25T19:39:23.490

4 How to find hyperlinks in Excel 2010 and de-activate them? 2012-12-28T10:28:01.953

4 How list file by range of date? 2013-03-04T13:31:43.003

4 Efficient way to search string within file find and grep 2013-06-19T15:45:11.963

4 How to exclude files using find 2013-06-30T14:04:06.443

4 Running find and xargs in background 2013-07-19T08:35:16.373

4 why don't file search utilities just load and parse the MFT? 2013-07-22T02:32:09.057

4 find -exec should end with \; or +? 2013-09-11T11:25:25.210

4 using awk with find -exec 2013-12-18T13:44:09.760

4 Trying to find folders that only contain one file 2014-02-17T10:49:25.663

4 Are there limits to file length piped from find to xargs or using find -exec + 2014-04-02T21:37:24.087

4 How do you search for a phrase on a page in Chrome? (Not a string match) 2014-05-30T16:09:37.707

4 Is it possible to move last modified files using ls, tail and mv? 2014-09-10T05:30:45.413

4 Find and delete folder but not content 2015-01-06T09:33:56.517

4 Wildcard not working in cp command when using exec 2015-02-19T02:56:39.390

4 Find | grep doesn't work in Cygwin 2015-12-09T09:46:01.877

4 How do I pass combined commands to 'find -exec'? 2016-09-09T13:46:39.740

4 Why can "find" not be used in PowerShell? 2017-05-14T02:10:07.213

4 How to find a file with partially known path? `find -path` doesn't seem to work 2017-11-30T11:35:41.040

4 How to find files with specific text inside and specific extension? 2018-01-11T08:26:57.703

4 'Find' in all opened documents in Notepad++? 2018-02-23T13:40:49.497

3 AIX: find non-empty directories 2009-12-09T20:30:46.567

3 Why might -exec affect the output of find in Linux? 2010-01-12T21:48:34.537

3 Microsoft Project 2003 - How to do a "find" in non-expanded nodes? 2010-01-20T18:05:03.973

3 browser: display only the sections containing search results 2010-01-26T19:42:12.043

3 What's the Bash command recent files? 2010-02-10T17:43:20.893

3 How can I do `dir *.mp3` in bash? 2010-06-17T11:01:22.000

3 Bash: Find folder containing two files 2010-09-15T12:29:24.090