Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想以递归方式列出文件但没有目录信息,因此格式与普通 ls -la 完全相同。
find . -name '*' -exec ls -la {} \; | sed '/^total/d'