Tag: command line
-

Suspend and Resume a Process
How to Suspend and Resume a Process in Linux. When working on Linux, you fire up one command after another. For example, you edit a configuration file using the nano or vim editors or download files using the wget command and suddenly want to take a look at some other files or need to execute…
-

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’…