Home »
Archive by category linux-commands (Page 2)
If you have an unuse directory and file in a compress archive (.tar) file, and want to remove it without extracting the entire archive. you done by using following steps if you have a big file and don’t want to spend a lot of time extracting and re-archiving....
Continue reading
January 8, 2015 Admin
linux-commands
No Comment
Today a lot of backup substitute available, but the easy backup tool is also already available with every Linux distribution. The ‘dd’ tool merely copies regular input to regular output, read in 512-byte blocks. Command dd can copy a file to another file, as well as a partition...
Continue reading
December 19, 2014 Admin
linux-commands
No Comment
Some time we getting the issue as ‘/bin/rm: Argument list too long’ while While removing/deleting the temporary files on server this acrticle will provide steps to to fix the issue. While removing/deleting the temporary files on server if you are getting below error.
Continue reading
October 16, 2014 Admin
linux-commands
1 Comment
Grep is a command-line tool for searching text data sets for lines matching a usual expression fashioned by Ken Thompson. grep command was initially developed for the Unix operating system, but is offered now for all Unix-like systems. The grep name originally comes from the ed command g/re/p...
Continue reading
October 14, 2014 Admin
linux-commands
No Comment
In this article you will learn how to use cut command on linux system. In computing, cut is a Linux/Unix command line function which is generally used to pull out sections from each line of input. Cut command path.
Continue reading
October 11, 2014 Admin
linux-commands
No Comment