Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
Yukkuri (iamtakingiteasy@eientei.org)'s status on Friday, 06-Oct-2023 02:52:11 JST Yukkuri
@menherahair @foxxo @kirby @sysrq That can be work-arounded by predicating on NF: awk '/pernias_passwords/ && NF >= 2 && $0=$2', but It also won't handle files with whitespaces and newlines in names properly. find . -path '*pernias_passwords*' -exec du -a {} \; might be required.