Category: batch script
xargs is a Linux utility that allows you to build command from the standard input. xargs –help Usage: xargs … COMMAND … Run COMMAND with arguments INITIAL-ARGS and more …
I use HPZ800 server at home, which is almost never turned off or restarted. And I see this today: And the Proceses Tab gives you rough idea how big …
Sometimes, you want to invoke a messagebox dialog from the windows command line, and here is one that is written in Windows Batch. @echo off rem Example Msgbox "Hello …
The Linux Bash Shell supports inherent task parallelism. For example, you can put a & (ampersand) symbol after each command to start a task in background (asynchronously). Let’s take …
Windows 10 has recently added a Bash Shell support. It is not just a simple shell. It contains a complete Linux subsystem, which means you can run Linux native …