cat – POFTUT

Linux Bash Pipe Command Usage with Examples For Redirection

Linux Bash Pipe Command Usage with Examples For Redirection

Linux Bash provides a lot of useful features and commands. Pipe or | is one of them. Bash provides a command-line interface facility which mainly used to concatenate command output to another command. Bash Pipe Concept In Linux everything is file. This may seem odd but it is. Every command executed will have three type of … Read more

How to Deal With Dashed File Names Like Open, Remove?

Dash (-) have important role in Linux and other operating systems. It is used by commands to specify options and arguments. This popular use case may create problems if we have files those provides dash. Linux commands generally need explicit operations to cope with file names those starts with dash. Create File Name Starts with … Read more

Linux Echo Bash Variables Accordingly with Special Characters

Bash shell provides environment and shell variables in order to hold data. These variables helps system administrators during the operations by giving clues and helpers. echo command is used to put these variables to the standard output but in some cases some characters may misinterpreted and not work. In this tutorial we will look how … Read more

How To Linux Bash For Loop In Files?

Bash provides a lot of useful programming functionalities. for loop is one of the most useful of them. We can use for loop for iterative jobs. Linux system administrators generally use for loop to iterate over files and folder. In this tutorial, we will look at how to use for loop to iterate over files … Read more

All About Ethernet Cables Like Cat, Coaxial, Fiber

Networks transmits signals through two type of medium. One medium is cables and other medium is air. Cables have  most popular usage. We will look different type of cables. And how these cables are used, their performances and characteristics. Coaxial Cables Coaxial cable or simply coax is a type of cable using a core conductor … Read more

Linux Cat Command With Examples

Linux Cat Command With Examples

Concatenate or simply cat is very useful command in Linux and Unix systems. Cat has the ability to create files, concatenate files or redirect output. In this tutorial, we will look at different useful examples for daily usage for system administrators. Syntax Syntax of Linux cat command is standard as most of the Linux tools. cat [OPTION]… … Read more