Skip to content

Instantly share code, notes, and snippets.

@EdgeCaseBerg
Created January 11, 2016 16:38
Show Gist options
  • Select an option

  • Save EdgeCaseBerg/783ddbddf79da9c34a00 to your computer and use it in GitHub Desktop.

Select an option

Save EdgeCaseBerg/783ddbddf79da9c34a00 to your computer and use it in GitHub Desktop.
Get log from stdout without a log file
1. look up process id,
2. cd to /proc/{id}/fd
3. tail -f 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment