[PATCH manpages] Fix handling files larger than 1 TiB
---
doc/ftp-new.7.man | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/ftp-new.7.man b/doc/ftp-new.7.man
index f702aa9..dbd28bf 100644
--- a/doc/ftp-new.7.man
+++ b/doc/ftp-new.7.man
@@ -174,7 +174,7 @@ When reviewing the package, it may be handy to check over the source
for anything that "looks" funny to you. Jakub Wilk gave me a handy
hack for doing normal package reviews that's handy in ftp-land too.
- alias code='find -type f -exec head -c 1T {} + > ../code && vim ../code'
+ alias code='find -type f -exec tail -n +0 {} + > ../code && vim ../code'
Be sure to thank him!
--
2.39.5
Reply to: