• Wincent
    Menu
  • Blog
  • Wiki
  • Snippets
  • Tags
  • Search

Snippet #886

Created 3/5/2012, updated 5/18/2017
  • bash
  • snippets

A bad habit of mine to get out of: typing ps auxww | grep foo when ps ax | grep foo would do. (The w switches aren't required when you're piping, only when the output is to a tty, and I have no idea why I got into the pattern of supplying the u switch.)

← Involuntary Reboot Log 3.16
Snippet #885 →

All snippets

Site
  • About
  • Blog
  • Wiki
  • Snippets
  • Tags
  • Search
External
  • GitHub
  • Twitter
  • YouTube
  • Facebook
  • LinkedIn
Colophon

Made by Greg Hurrell with Rust (with help from Git and Neovim).