Generation

linuxThu, 15 Dec 2022

find all files recursively within a folder and sort them by size

du -a /usr | sort -n -r

Want to kickstart your project?Use the new AI Studio to create your code