All posts by Tuna Peyo

Archive a filesystem

Aug 18,93

The dd command is used to archive a filesystem at a very low level. You can use this command to …

Read More

Split a file into two or more files

Jun 11,93

The split command splits a file into two or more files. You need to specify two parameters: the prefix of …

Read More

Prepare a file for printing

Jun 11,93

The pr command prepares a text file for printing in Linux. By default, pr adds headers that include the filename, …

Read More

Convert tabs to spaces

Jun 11,93

To convert tabs in a text file to spaces, you can use the expand command. To convert each tab to …

Read More

Merge files line by line

Jun 11,93

To merge files line by line, you can use the paste command. By default, the corresponding lines of each file …

Read More

Join lines of two files

Jun 4,93

The join command joins lines of two files on a common field. By default, fields are separated by spaces, although …

Read More
Geek University 2022