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 SSHFS mount sshfs root@somehost.net:/ /mnt/somehostname Which one is better: using ; or && to execute multiple commands in one line? Cheatsheet: A; B Run A and then B, regardless of success of A A &&… How do I find the kernel version, Ubuntu release and disk partition information from the terminal? uname -a # for all info regarding kernel version, uname -r # for exact kernel…
Which one is better: using ; or && to execute multiple commands in one line? Cheatsheet: A; B Run A and then B, regardless of success of A A &&…
How do I find the kernel version, Ubuntu release and disk partition information from the terminal? uname -a # for all info regarding kernel version, uname -r # for exact kernel…