2 posts tagged with "pipe"

    command line: pipe vs redirect

    2022-11-28

     | 

    ~1 min read

     | 

    141 words

    Recently, I was trying to use the LastPass CLI to generate a password. Because I’m lazy, I wanted the new password to go directly to my…

    logical operators in bash

    2022-11-28

     | 

    ~2 min read

     | 

    212 words

    When I’m working in bash, it’s common that I’ll want to sequence operations together so that one naturally follows another. For example…

Return to all tags