Tag: Linux Command

File operations in Linux

If you are using Linux, Ubuntu, Mac or any Linux-based operating system then you realize that sometimes directory or file operations are not only tedious but also time-consuming tasks. So here we will discuss all file operations which…

Read More »

Directory operations in Linux

The directory is the most essential component of any operating system. We often use a common term folder for the directory.

Read More »

Basic use of pipe and grep command

Pipe and grep is a very powerful tool of the Linux command line. So before we start the basic use of the pipe and grep command we need to understand what is pipe and grep and how to…

Read More »

8 Basic use of ls or list command

The list/ls command is one of the most frequently used commands in Linux. In this article, we’ll be discussing a basic list or ls command. To understand this we need to create a directory name HelloWorld. Inside this…

Read More »