Don’t wrap long lines in linux terminal July 20, 2018 admin Ubuntu printf '\033[?7l' ls -l /a/folder/that/contains/files/with/long/names printf '\033[?7h' Share This Tweet Share Share Email Related Posts How To Use Top, Netstat, Du, & Other Tools to Monitor Server Resources https://www.digitalocean.com/community/articles/how-to-use-top-netstat-du-other-tools-to-monitor-server-resources Find and delete files older than 1 week (example) find /home/users/backup_MyDB -type f -mtime +7 -exec rm {} + Although generally it is wise… Checking your Ubuntu Version https://help.ubuntu.com/community/CheckingYourUbuntuVersion
How To Use Top, Netstat, Du, & Other Tools to Monitor Server Resources https://www.digitalocean.com/community/articles/how-to-use-top-netstat-du-other-tools-to-monitor-server-resources
Find and delete files older than 1 week (example) find /home/users/backup_MyDB -type f -mtime +7 -exec rm {} + Although generally it is wise…