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 Install PHP 7.2 MCrypt extension ## How to install mcrypt in php7.2 ## ## https://lukasmestan.com/install-mcrypt-extension-in-php7-2/ ## # # Check version… How to clone a running system to a new harddisk using rsync? Have you ever wanted to shrink an EC2 volume? I tried several ways and this… 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…
Install PHP 7.2 MCrypt extension ## How to install mcrypt in php7.2 ## ## https://lukasmestan.com/install-mcrypt-extension-in-php7-2/ ## # # Check version…
How to clone a running system to a new harddisk using rsync? Have you ever wanted to shrink an EC2 volume? I tried several ways and this…
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…