Skip to content

Commit 0ff0975

Browse files
committed
fix: find . -exec syntax
Signed-off-by: Lucas Larson <LucasLarson@riseup.net>
1 parent e6e3f45 commit 0ff0975

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

custom/aliases.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8400,7 +8400,7 @@ shred_r() {
84008400
size="$(
84018401
LC_ALL='C' find -- "${file-}" \
84028402
-type f \
8403-
exec ls -l -- {} ';' |
8403+
-exec ls -l -- {} ';' |
84048404
LC_ALL='C' command awk -- '{printf "%d\n", $5}'
84058405
)" &&
84068406
command shred \

0 commit comments

Comments
 (0)