Newsletter • 5 min read 🐧LHB Linux Digest #22.09: Pro Vim Tips, Dash Shell, Unlink, Find-Exec Command Linux never gets easier. You just get better at it. And you get better at Linux by using it regularly and learning new tips as you keep exploring it.…
public Commands • 3 min read Unlink Command in Linux Learn about the unlink command, an alternate method of deleting files in the Linux terminal.…
members Newsletter • 5 min read LHB Linux Digest #22.08: Man page guide, fun with terminal and a free Ruby book
public Quick Tip • 4 min read Display Only Hidden Files in Linux It's easy to show the hidden files in Linux with ls -a command. But how do you see only the hidden files?…
public Commands • 3 min read Search for Available Linux Commands With apropos Can't remember a certain Linux command? Use the apropos command and search for it in the available commands.…
members Newsletter • 4 min read LHB Linux Digest #22.07: Vim Buffers, Killing Process, Free Docker Book and More
public Quick Tip • 2 min read Show File Transfer Progress With Rsync By default, rsync doesn't show any output while files are being transferred. Here's how you can see the transfer status.…
public Tips • 3 min read How to Change Ownership of Files and Folders Recursively Learn how to use the chown command to recursively change the user and group ownership of files and directories in Linux command line.…
public Quick Tip • 3 min read ls -lrt Linux Command Explained You'll often use the "ls -lrt" command, especially while dealing with a large number of files. Here's what it does and how it works.…
public Commands • 2 min read Using rmdir Command for Deleting Directories Learn everything about the rmdir command in Linux which is used for deleting folders in Linux command line.…
public Quick Tip • 6 min read How to Sort Files by Size in Linux Command Line Learn to sort files by their size using the ls command in the Linux terminal. Also learn about finding the biggest files.…