Timeline for Remove files with match only from some subdirectories
Current License: CC BY-SA 3.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 31, 2016 at 10:24 | vote | accept | LinuxBlanket | ||
| Mar 14, 2016 at 15:57 | answer | added | Stéphane Chazelas | timeline score: 2 | |
| Mar 14, 2016 at 15:19 | comment | added | mnille | Using find you can reference one file using {} within the -exec option, eg: find . -type f -name *.jar -exec ls -l {} \; searches for all jar-Files and executes a ls -l for each file. Disclaimer: I tried it with CentOS, not with cygwin | |
| Mar 14, 2016 at 15:02 | comment | added | choroba | What do you mean by "I cannot do"? --exclude-dir={dir1,dir2} works fine for me in bash, just remove the space after the comma. | |
| Mar 14, 2016 at 14:54 | history | asked | LinuxBlanket | CC BY-SA 3.0 |