-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathREADME
More file actions
14 lines (8 loc) · 689 Bytes
/
README
File metadata and controls
14 lines (8 loc) · 689 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
This is just a really basic script to allow for less typing when wanting to search through output from the `ps' command. So, instead of running `ps -ef | grep foo' you can just run `gps foo' and get basically the same output. The output will be different from the longer command in the following ways:
* gps will attempt to make sure the column headers show up in the results
* gps will attempt to hide itself from the output
* gps uses some explicit columns for the output from ps so the actual columns available will be different than either `ps -ef' or `ps aux'
Currently the columns that gps is using are:
USER PID PPID STIME TT STAT COMMAND
== License
MIT License