Comments on: 13 Practical Examples of Using the Gzip Command in Linux https://www.tecmint.com/gzip-command-in-linux/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Fri, 14 Jul 2023 00:51:06 +0000 hourly 1 By: Omlokesh https://www.tecmint.com/gzip-command-in-linux/comment-page-1/#comment-2024845 Sat, 10 Jun 2023 17:34:02 +0000 https://www.tecmint.com/?p=51561#comment-2024845 Good article, and suggestion In example 7 you can try creating multiple files using brace expansion.

$ touch dir-1/file-{1..3}.txt

Also in the ‘ls -l‘ command screenshot is supposed to show the file parameters, try using ‘ls -lh‘ to get fire-size in MB/GB.

]]>