There are instances when a GUI file manager just won't work. When I run into those situations, there are several terminal-based options I go for.
It blends Vim-style navigation with strong visual feedback, which makes it one of the most approachable keyboard-driven file ...
Recently I needed to create a script that processed two input files. By processed I mean that the script needed to get a line from one file, then get a line from the second file, and then do something ...
Open WSL Terminal. Navigate the root directory or top folder inside of the Terminal. Type in explorer.exe and hit Enter to open that location inside of the File Explorer. After you access these files ...
Bash is fairly easy to install, but using it is another matter. Here are some commands to help IT pros dip their toes in Bash. I have written quite a bit lately about the Bash shell that exists within ...
Have you heard it said that everything in Linux is a file? That is largely true, and that’s why the ability to manipulate files is crucial to mastering Linux Fu. One thing that makes a Linux ...
Skip one-click backup apps. This rsync script gives you full control over what gets saved and when, plus logs and a few hard-won lessons.
When was the last time you had to create a zip file? Personally, I have to interact with those types of files all the time (either receiving or sending them to various clients, family, and friends).
I do a good bit of cross platform development using Linux and Microsoft Windows. I can access Windows partitions from Linux using drivers that handle the FAT and NTFS file systems. Linux has its own ...
The compression and decompression of files is one the most useful inventions in the history of computing, but the lack of portable and open tools poses a major obstacle to making the process as useful ...