1
0
mirror of https://github.com/minio/mc.git synced 2025-11-12 01:02:26 +03:00
Commit Graph

5 Commits

Author SHA1 Message Date
ebozduman
83bb797389 Adds stderr and returns exit status of the cmd executed (#2361)
Fixes #2351
2018-01-23 13:17:47 +05:30
Harshavardhana
7ad9a36b9d Add find basic functional test (#2284) 2017-10-13 13:51:12 +05:30
Harshavardhana
c10b429dcb Refactor and fix find bugs (#2273)
- Watch now avoids an unnecessary waitgroup and simplifies overall flow.
- Watch now honors maxDepth parameter as well.
- Parsing logic is fully outside in the mainFind() function.
- Enhance and fix behavior of nameMatch to comply with unix
  find behavior.
- Enhance and fix behavior of maxdepth to comply with unix
  find behavior.

Fixes #2272
2017-10-09 19:44:58 -07:00
Harshavardhana
25254c7622 refactor find command to be simpler (#2264) 2017-10-05 15:29:54 -07:00
Carter McClellan
49ef42d36a Implement mc find (#2201) 2017-09-05 15:44:10 -07:00