News

On Windows 11 (and 10), the File Compare (fc) is a command-line tool that comes part of the system, and it allows you to compare two similar files to determine how they changed over time. Usually ...
How to Change Linux File / Directory Permissions Quickly We can use the chmod command to toggle the read, write and execute permissions on and off for the owner, group and others.
In my case, you can see my home directory – indicated by the tilde (~) – is /c/Users/WilliamN.BV. To make running scripts and command line utilities easier, you’re best served storing files ...
The Windows 11 OS also lets you execute various shortcut commands and keys to access or launch certain apps and files in the system. One of these is the Win + X key combos.
For decades, Linux users have been renaming files with the mv command. It’s easy, and the command does just what you expect. Yet sometimes you need to rename a large group of files.
From the command line, you use the cd (or change directory) command instead. So let’s say you’re in your Home folder and want to peek inside the Downloads folder.
It would be best to create a batch file and execute it with admin permission every time you need to change it. Read: How to set Hard Disk Timeout using PowerCFG command line in Windows.
Creating and updating files If you want to create an empty file or update the timestamp on a file, use the touch command. Using touch -a will only change the access time. Using touch -d followed ...