Linux Commands Comparison: curl vs wget 1.  Overview We may wish to send HTTP requests without using a web browser or other interactive app. For this, Linux provides us with two commands: curl and wget. Both commands are quite helpful as they provide a mechanism for non-interactive download and upload… Continue Reading linux-curl-wget

Guide to the Linux find Command 1. Introduction The Linux https://en.wikipedia.org/wiki/Find(Unix)[find]_ command can be used to find files and directories on a disk. It provides several command-line options that make it a powerful tool. In this tutorial, we’ll look at how to use the find command. 2. Syntax Let’s quickly… Continue Reading linux-find-command