There are times when you need to delete files in the Linux terminal. The rm
command lets you delete directories, files, symbolic links, and more. This in-depth guide shows you how to use the rm
command effortlessly.
Note: The rm command removes the file permanently without moving it to the Trash/Recycle Bin. Hence, ensure you fully understand the rm command, or you might end up losing your important files forever.
If you are a Linux user and prefer the Terminal to any other graphical applications, then you will be happy to know that you can also resize, convert, and optimize your images directly in the Terminal with ImageMagick. ImageMagick is a suite of tools for Linux which allows you to manipulate images from the command line. It’s also the image processor behind many graphics-related applications. Here we will show you how to resize your images from the Terminal.
Before we start, we need to first install ImageMagick on our system.
On Ubuntu or any Debian-based distro:
... Read more]]>