Linux Tutorials for “command tutorial for beginners”
-
Linux xxd Command Tutorial for Beginners (with Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 2Need a hex dump for a text file? Looking for a command line utility that can do this? Well, you are in luck, as there exists a command dubbed xxd that can do this for you.
-
Linux zip Command Tutorial for Beginners (5 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 3As the name suggests, the zip command lets you create archives. In this tutorial, we will discuss the basics of zip using some easy to understand examples.
-
Linux shuf Command Tutorial for Beginners (with Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 6If you ever played the game of cards, you'd likely be aware of the term shuffling. A bit hard to imagine, there's a Linux command line tool that exactly does that with lines in files. In this tutorial, we will discuss the basics of the 'shuf' command using some easy to understand examples.
-
-
Linux zmore Command Tutorial for Beginners (5 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 1Sometimes, you may want to view the contents of a compressed file without uncompressing it first. Well, you'll be glad to know Linux offers a command line utility that lets you do this. In this tutorial, we will discuss the basics of the zmore command using some easy to understand examples.
-
Linux znew Command Tutorial for Beginners (with Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 0Did you know Linux offers a way to recompress .Z files to .gz files? Yes, the znew command lets you do this. In this tutorial, we will discuss the basics of this command line utility using some easy to understand examples.
-
Linux zdump Command Tutorial for Beginners (with Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 0With team members working from different countries nowadays, it sometimes becomes important to be aware of the timezone information for different locations. In general also, there may be situations wherein you may want to quickly see timezone for a particular location. You'll be glad to know there's a command line utility - dubbed zdump - that lets you do this.
-
Linux xz Command Tutorial for Beginners (7 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 0There are several ways to compress and decompress files in Linux. One of them is the xz command. We will discuss the basics of this command line tool in this tutorial.
-
Linux whatis Command Tutorial for Beginners (5 Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 2Man pages are one of the most useful resources when it comes to understanding command line utilities. A man page, however, contains a lot of details about the command. IIf you are looking for a short help text, the command whatis becomes handy.
-
Linux tload Command Tutorial for Beginners (with Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 2While there are a lot of UI-based tools in Linux that you can use to see a graphical representation of system load, the number of command line tools that do the same work is pretty less. One such utility is tload, which will be discussing in this tutorial.
-
Linux tr Command Tutorial for Beginners (with Examples)
Author: Himanshu Arora • Tags: linux, shell • Comments: 1Depending on the kind of work you do on the command line in Linux, you may want a utility that can act as a Swiss army knife for quick text editing. Gladly, there exists a tool dubbed tr, which qualifies for this role.