Tag: bash
-

8 Advanced Cmd Line Tools
The post explores eight advanced command line tools from the moreutils package, which extend the capabilities of standard Linux coreutils. These tools include ‘combine’ for merging files with Boolean operations, ‘ifne’ for conditional command execution, ‘parallel’ for running multiple jobs simultaneously, ‘pee’ for sending input to multiple commands, ‘sponge’ for safe in-place file edits, ‘ts’…
-

5 Linux Commands
Five (5) Linux commands you need to gather your system’s most important information: Linux never suffers from having too little information. With just a few commands, you can gather all the details you need to understand what’s under the hood of your computer. When I’m using Linux, I know that all the information I need…
