1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-06 00:28:01 +00:00

Add List Parent pid With ps as a unix til

This commit is contained in:
jbranchaud
2016-10-01 00:17:07 -05:00
parent f8e8bd21a6
commit af32b0ea7d
2 changed files with 15 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ variety of languages and technologies. These are things that don't really
warrant a full blog post. These are mostly things I learn by pairing with
smart people at [Hashrocket](http://hashrocket.com/).
_475 TILs and counting..._
_476 TILs and counting..._
---
@@ -431,6 +431,7 @@ _475 TILs and counting..._
- [List All Users](unix/list-all-users.md)
- [List Names Of Files With Matches](unix/list-names-of-files-with-matches.md)
- [List Of Sessions To A Machine](unix/list-of-sessions-to-a-machine.md)
- [List Parent pid With ps](unix/list-parent-pid-with-ps.md)
- [Only Show The Matches](unix/only-show-the-matches.md)
- [Open The Current Command In An Editor](unix/open-the-current-command-in-an-editor.md)
- [Partial String Matching In Bash Scripts](unix/partial-string-matching-in-bash-scripts.md)