Search code examples
Optimizing GNU find command with many "-o" (Boolean ∨) statements...

bashoptimizationgnu-parallelslackwaregnu-findutils

Read More
Why and when do source and dot behave differently in find -exec {}...

linuxbashshellgnu-findutils

Read More
Why is find returning a directory with -type f?...

bashshellfindgnu-findutils

Read More
Find file recursively excluding subfolders with specific substring...

bashshellgnu-findutils

Read More
Use find to get all folders that don't have a .git subfolder...

bashgnu-findutils

Read More
Exit 1 if there any output, otherwise 0...

bashexit-codegnu-findutils

Read More
How to find all files that match a regex and store the result in a variable?...

bashshellgnu-findutils

Read More
Does GNU find protect against finding a file multiple times if files are renamed with xargs or -exec...

bashfindgnu-findutils

Read More
sed on many files - can we do better than invoke-once-per-file?...

bashsedcommand-linegnu-findutils

Read More
Unable to pass output of find to image magick...

linuxbashimagemagickxargsgnu-findutils

Read More
Trying to use GNU find to search recursively for filenames only (not directories) containing a strin...

regexgrepfindgnu-findutilspcre2

Read More
In homebrew, how can I know xargs belongs to the findutil package?...

linuxpackagehomebrewgnu-findutils

Read More
gnu parallel + sed to edit both csv header and contents...

bashcsvsedgnu-parallelgnu-findutils

Read More
GNU findutils doesn't find file...

linuxbashfindgnu-findutils

Read More
Find util not found on OSX...

macoshomebrewzshrcgnu-findutils

Read More
Bash "gnu-find" + "gnu-parallel" in --pipe mode and executing cmds with some fil...

bashxargsspacesgnu-parallelgnu-findutils

Read More
How to use GNU parallel with find -exec?...

bashunzipgnu-parallelgnu-findutils

Read More
Using find to find files WITH a certain pattern and not other pattern...

linuxbashgnu-findutils

Read More
Unix find -mtime {a negative or postive value}...

unixgnu-findutils

Read More
How does `find <path> -name "*.sh" -exec chmod +x \{\} \;` work?...

bashshellgnu-findutils

Read More
Find's cost-based optimiser breaks short-circuit evaluation...

gnu-findutils

Read More
Write to all file matches in find command...

bashshellgnu-findutils

Read More
Linux CLI find dir paths without their children - only parent paths as a result...

linuxcommand-line-interfacepath-findinggnu-findutils

Read More
How can I remove empty lines in every file of a directory?...

shellunixsedspacesgnu-findutils

Read More
How to add a new line (\n) between each file being concatenated...

bashgnu-findutils

Read More
in find, `-type d` get files an not only directories if used with `-prune`...

bashgnu-findutils

Read More
Find command works in terminal but not in bash script...

linuxbashgnu-findutils

Read More
Stop recursion of find command if match found...

bashgnu-findutils

Read More
GNU find "or" function is not working with -print0 | xargs -0 tar...

shellunixgnu-findutils

Read More
GNU find: when does the default action apply?...

linuxfindgnu-findutils

Read More
BackNext