Linux Commands

Linux Commands

Linux commands like, sort, uniq, head, tail, echo, mail, cat...
Read more
Compress and Decompress

Compress and Decompress

'tar' is a command-line utility in Linux used for archiving and compressing files and directories into a single file. It stands for 'tape archive' and can create files in various formats, including .tar, .tar.gz, and .tar.bz2. It can also extract files from archives and display their contents. Who said this?
Read more
If & whle & case