The beauty of the shell is that you can compose different units of logic using pipes:
ls --group-directories-first | tac
Where tac reverses what it receives from stdin (opposite of cat). It even works with colored output which was crucial for me:
ls --color=always --group-directories-first | tac
برچسب:
نویسنده: استخدام کار