Skip to content

2025

expr Command in Linux

Summary

The expr command evaluates expressions and prints the result to standard output. It's a versatile tool for performing arithmetic, string manipulation, and logical operations within shell scripts or on the command line.

gzip: Compressing Files on Linux

Summary

gzip is a command-line utility used for compressing files to reduce their storage size. It uses the Lempel-Ziv coding (LZ77) algorithm. It's a quick and easy way to create compressed archives, saving disk space and bandwidth when transferring files.

comm Command in Linux

Summary

The comm command is used to compare two sorted files line by line. It displays lines unique to the first file, lines unique to the second file, and lines common to both files.

curl Command in Linux

Summary

curl is a command-line tool used to transfer data with URL syntax, supporting protocols like HTTP, HTTPS, FTP, and more. It's often used for downloading files, testing APIs, and debugging web servers.

netstat: Network Statistics Tool

Summary

netstat is a command-line utility for displaying network connections, routing tables, interface statistics, masquerade connections, and multicast memberships. It provides valuable insights into the network activity of a system.