Tag Archives: Unix

PC

How to Use Mail Unix Command

In this tutorial we will show you how to use the mail unix command. This command allows you to send and read emails. You can send it through guest accounts, other accounts or your own that is the local user account.
To understand more about the unix mail commands follow the tutorial steps given below.


read more »

PC

How to Use Unix Date Command

In this tutorial we will show you how to Use the unix date command. This command allows you to view the date in different formats. Furthermore, from the unix date commands you can view the current date, the previous dates and even the future dates.
To understand how to use the Date command, follow the tutorial steps given below.


read more »

PC

How to Use Unix Tail Command

In this tutorial we will show you how to use the unix tail command. This command prints the last specified number of lines in a given file. The number of lines to be printed as the output is mentioned in the command. If you do not wish to specify the number then the command automatically displays the last ten lines of the file.
To understand the unix commands of tail follow the tutorial steps given below.


read more »

PC

How to Use Unix Cat Command

In this tutorial we will show you how to use the unix cat command.
This command is used for displaying the contents of the file. The unix commands for cat can also be used for combining copies of the files and creating new ones.
To understand how to work with the cat command, follow the tutorial steps given below.


read more »

PC

How to Use VI Unix Command

In this tutorial we will show you how to use the vi unix command.
VI, also known as a visual editor, is not a wysiwyg editor. That means, you can edit the text using this command, but cannot make any formatting changes, for example increasing line spacing etc.
To understand how to work with unix vi commands follow the steps given below.


read more »

PC

How to Use Unix LS Command

In this tutorial we will show you how to use the unix ls command.
The unix ls commands basically are used to list all the contents in the directory. You can use this command along with many attributes to filter out the results according to your requirements.


read more »

PC

How to Use Unix Copy Command

In this tutorial, we will show you how to use the unix copy command. The unix commands to copy (Cp) is used to replicate or copy the files. This command can be used along with different attributes as well.


read more »

PC

How to Use Delete Command in Unix

In this tutorial we will show you how to use the unix delete command in Linux. Any files or extension in a directory can be removed through this unix delete file command.
In Linux based operating systems, the rmdir command is used to remove the directory. One important aspect of this command is that it will only remove the directory if it is empty.


read more »

PC

How to Use SED Unix Command

In this tutorial we will show you how to use the SED command in a Unix environment. The sed unix command is easy to use and work with in Linux.
Amongst the unix commad sed allows you to work with the text in a file. Follow the tutorial below to learn more.


read more »

PC

How to Use Unix Grep Command

In this tutorial we will show you how to use Unix Grep command.
GREP stands for Global Regular Expression Print and is used for filtering the searches and finding what you are looking for. This makes the search for different files existing on your system easy. Amongst unix commands grep is one of the easiest to use and work with.
To understand how you can use the grep command, follow the steps given below.


read more »