Sometimes you may need to combine folders into one, multiple directories into one. Here is how to merge folders into single folder in Linux.
Linux
How to Split Folder into Subfolders in Linux
Sometimes you may need to split directory into subdirectory. In this article, we will learn how to split folder into subfolders in Linux.
How to Split Large File into Smaller Files
Sometimes you may need to split large text file into multiple text files or combine smaller files into large file. Here is how to split large file into smaller files.
How to Sort Files Into Folders in Linux
Sometimes you may need to sort files into folders by date, sort files by name, by filetype. Here is how to sort files into folders in Linux.
How to Add Newline After Pattern in Vim
Sometimes you may need to add newline after pattern in Vim editor. Here are the steps to add line break after pattern.
How to Convert CRLF to LF in Linux
Sometimes you may need to convert line endings in shell script. Here is how to convert CRLF to LF in Linux.
How to Store Command in Variable in Shell Script
Sometimes you may need to store command in variable in bash, execute command stored in variable. Here is how to store command in variable in shell script.
Tar Directory Exclude Files & Folders
Sometimes you may need to exclude file & directories when using tar. Here is how to tar directory & exclude files & folders.
How to Change Color Scheme in Vim
Sometimes you may need to change font color, change color of comments, change color scheme in vim. Here is how to change color scheme in vim.
How to Fix dpkg Was Interrupted, You Must Manually Run Sudo
If you get the error message “dpkg Was Interrupted, You Must Manually Run Sudo” while installing Linux Package, here is how to fix it.