Tag Archives: Unix

Basics PC

How to Use Unix Cut Command

In this tutorial, we will teach you on how to use the UNIX cut command.
Cut command is basically used to select or extract a chunk of text from a particular file. You can do that by specifying a particular range where the text is present in the file. You can even specify specific characters.


read more »

PC

How to Use AWK Unix Command

In this tutorial, we will show you how to use the awk unix command. AWK is the tool that helps in loops, operators and conditional blocks inside C language. It is one of the most important and powerful tools in Unix and is used to process columns and rows. Unix commands awk consists of string functions and different displays.


read more »

PC

How to Use Unix MORE Command

In this tutorial we will show you how to use the unix more command. The more command is used in Linux for displaying the text on the screen.
It is basically a filter that can be combined with other attributes, for example paging through the text etc.
In this tutorial w e will explore the different variations that come along with the unix commands of more.


read more »

PC

How to Use Unix Zip Command

In this tutorial we will show you how to use the unix zip command. Over here, we will also encrypt the zip files through the terminal application only.
The zip command compresses the file while encrypting it. You can even unzip the file later on by entering its command.
To understand how to use the unix zip commands better, follow the tutorial below.


read more »

PC

How to Use RM Command in Unix

In this tutorial, we will show you how to use the unix rm command.
The RM command is used in UNIX based environments to remove directories or files. It can be used with different switches as well.
To understand more about unix commands of rm follow the tutorial steps given below.


read more »

PC

How to Use FTP Unix Command

In this tutorial we will show you how to Use the ftp unix command. Ftp; that stands for File Transfer Protocol, is a protocol that allows the transfer or receiving of files from a host to the other. This can be done through a network like the internet.
To understand more about the unix ftp commands follow the tutorial steps given below.


read more »

PC

How to Use Diff Unix Command

In this tutorial we will show you how to use the diff unix command.
The diff command is simply used to compare the data of two files. What this command does is that it prints the lines from the two files which are different.
To understand more about the unix commands of diff follow the steps given below.


read more »

PC

How to Use Unix MV Command to Rename a File

In this tutorial we will show you How to Use the unix mv command. The MV command is used to rename file names and directories. For that you have to go to the terminal application, list the contents of the directory and enter the command which can be used to rename files.
To understand more about unix commands of mv follow the tutorial steps given below.


read more »

PC

How to Use Unix PS Command

In this tutorial we will show you how to use the unix ps command.
The PS command is used to track down the processes currently running on the Operating system. In this tutorial, we will demonstrate the unix commands of ps along with its different attributes.


read more »

PC

How to Use Sort Command in Unix

In this tutorial, we will show you how to use the sort command in unix. The sort command allows you to arrange the fields and data that are printed on the screen. This command assumes that the fields present are simply words that are just separated by means of blanks. However, an alternative parameter for selection of words can be specified e.g. colons. Output that is arranged from the sort command is printed on the screen unless it is redirected to a specific file.
To understand more about the sort commands follow the tutorial steps given below.


read more »