Public IP is used for communication between computers over the Internet. A computer running with public IP is accessible all…
Browsing: Linux Commands
The dd is an command which stands for “data duplicator”. This command is used for copying and converting data. The…
Do you ever have a situation where you need to replace a word or sentence in many files? You could…
GNU TAR (Tape ARchive) combines multiple files together into a single tape or disk archive, and can restore individual files…
The zip command in Linux is a utility used for packaging a group of files into a zip archive. The…
xargs is a Linux/Unix powerful command to build and execute command lines from standard input. It takes output of a…
wget is Linux command line utility. wget is widely used for downloading files from Linux command line. There are many…
While working with Linux systems we preferred crontab for scheduling jobs generally. There are another utility at command is very…
The “find” command is present in most Unix-like operating systems. It is used to locate and manipulate files and directories…
Sometimes we need to insert a line at middle of the existing file. You can add line at specific line…