Este é um blog onde anoto dicas técnicas de informática e computação.
This is a blog where I write down technical tips on computing.
Be aware that some resources used in this blog may use cookies to collect information used by Ads and Google Analytics. I do not monetize from this website, neither require or use personal information.
Wednesday, April 13, 2016
Split command output into columns
Split the output of find command in 2 columns and with width of 130 chars for each column $ find . -type f | pr -t -2 -W 130 | less
No comments:
Post a Comment