readarray - shell

#part of the code, inside a function
 local pending
  readarray -d $'\0' pending < \
    <(find /var/lib/fwupd/pending -type f -size -100c -print0 2>/dev/null)

  

posted @ 2022-05-30 09:47  碧水东流至此回  阅读(37)  评论(0编辑  收藏  举报