Compare commits
1 Commits
v0.1.91-wi
...
v0.1.92-ma
| Author | SHA1 | Date | |
|---|---|---|---|
| bf8ef3dba1 |
@@ -36,11 +36,10 @@ pub async fn list_container_files(
|
|||||||
let cmd = vec![
|
let cmd = vec![
|
||||||
"find".to_string(),
|
"find".to_string(),
|
||||||
path.clone(),
|
path.clone(),
|
||||||
|
"-mindepth".to_string(),
|
||||||
|
"1".to_string(),
|
||||||
"-maxdepth".to_string(),
|
"-maxdepth".to_string(),
|
||||||
"1".to_string(),
|
"1".to_string(),
|
||||||
"-not".to_string(),
|
|
||||||
"-name".to_string(),
|
|
||||||
".".to_string(),
|
|
||||||
"-printf".to_string(),
|
"-printf".to_string(),
|
||||||
"%f\t%y\t%s\t%T@\t%m\n".to_string(),
|
"%f\t%y\t%s\t%T@\t%m\n".to_string(),
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user