System reboot may be required to finish application installation, apply configuration changes or troubleshooting issues. Reboot can reset all processes, free up memory, remove temporary files, etc. This tutorial shows...
When working with files processing, there might be needed to add text at the end of the file without deleting its content. This operation also known as text appending. This...
When working with files processing via command line on Windows, may need to count lines in a file. It can help to determine how large a given file is. This...
When working on Windows operating system and manipulating files, may needed to remove empty lines from a file to make it easier to read or to be processed further. This...
A hostname is a unique identifier that is assigned to a device (host) which connected to the network. It allows to differentiate one device from another on a specific network...
When working with files and directories via command line on Windows, may be useful to determine current working directory. It is directory in which the user is currently working in...
When trying to solve network connectivity problems, may be useful to know public IP address of the machine. A public IP address is an IP address which is used for...
There are various ways to free up disk space on the system. On of them to delete old files which are no longer needed after a certain period of time...
A directory is a container that is used to contain subdirectories and files. Sometimes, may need know how many files are stored inside a given directory and subdirectories. This tutorial...
A directory is a container that is used to contain subdirectories and files. When working with filesystem, might be need to remove all files and subdirectories contained in a directory...