No description provided.
xut: use find instead of looping to create lists and a small fix. #31
Merged
mobinmob
merged 1 commit from 2025年10月20日 20:15:24 +02:00
fixes_and_find into master
mobinmob
commented 2025年10月20日 20:12:40 +02:00
mobinmob
added 1 commit 2025年10月20日 20:12:42 +02:00
mobinmob
commented 2025年10月20日 20:15:12 +02:00
@zenobit: find is incredibly faster....
To check for directories that contain a template file see:
find "path/to/dir/" -exec test -f '{}/template' ';' -printf "%f "
It is slower than the simple case but still faster.
@zenobit: `find` is incredibly faster....
To check for directories that contain a template file see:
`find "path/to/dir/" -exec test -f '{}/template' ';' -printf "%f "`
It is slower than the simple case but still faster.
mobinmob
merged commit 83048df254 into master 2025年10月20日 20:15:24 +02:00
mobinmob
referenced this pull request from a commit 2025年10月20日 20:15:25 +02:00
zenobit
referenced this pull request from a commit 2025年10月21日 00:46:10 +02:00
Sign in to join this conversation.
No reviewers
Labels
Clear labels
No items
No labels
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".
No due date set.
Dependencies
No dependencies set.
Reference
mobinmob/xut!31
Loading...
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fixes_and_find"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?