Archive a filesystem
Aug 18,93The dd command is used to archive a filesystem at a very low level. You can use this command to …
Read MoreSplit a file into two or more files
Jun 11,93The split command splits a file into two or more files. You need to specify two parameters: the prefix of …
Read MorePrepare a file for printing
Jun 11,93The pr command prepares a text file for printing in Linux. By default, pr adds headers that include the filename, …
Read MoreConvert tabs to spaces
Jun 11,93To convert tabs in a text file to spaces, you can use the expand command. To convert each tab to …
Read MoreMerge files line by line
Jun 11,93To merge files line by line, you can use the paste command. By default, the corresponding lines of each file …
Read MoreJoin lines of two files
Jun 4,93The join command joins lines of two files on a common field. By default, fields are separated by spaces, although …
Read More