A quick brown fox jumps over the lazy dog!

Linux Arguments Introduction

The argument, also known as a command-line argument, can be defined as the input given to executable to process that input. The argument can be simply a text. It can…

Continue Reading Linux Arguments Introduction

Linux aliases Introduction

The Linux alias command are replaces one string from the shell with another string. It is a shell built-in command. It converts a complicated command into a simpler command or…

Continue Reading Linux aliases Introduction