Tag: zsh

  • 8 Advanced Cmd Line Tools

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