Eine meiner Häufigsten Pipes ist “ps ax | grep XYZ”. Etwas hübscher und ohne sichtbare Pipes: |
alias psgrep='ps u | head -n 1; ps aux | grep -v grep | grep'
Eine meiner Häufigsten Pipes ist “ps ax | grep XYZ”. Etwas hübscher und ohne sichtbare Pipes: |
alias psgrep='ps u | head -n 1; ps aux | grep -v grep | grep'