X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fawk%2Fexe%2Fparse_ps.awk;fp=bin%2Fkhatus_parse_ps;h=518b4f34cbfc494f8cff40e45e414b360357d885;hb=03c229bffd594c1facb72e0d042a88c0505c8dbc;hp=a0f41c504d4402b1990017c9c8c4f5f72c5a398e;hpb=2e820ad561199f2ccc1ee3fa7e7e708e5dc8bc39;p=khatus.git diff --git a/bin/khatus_parse_ps b/src/awk/exe/parse_ps.awk similarity index 80% rename from bin/khatus_parse_ps rename to src/awk/exe/parse_ps.awk index a0f41c5..518b4f3 100755 --- a/bin/khatus_parse_ps +++ b/src/awk/exe/parse_ps.awk @@ -1,10 +1,3 @@ -#! /usr/bin/awk -f - -BEGIN { - OFS = "|" - Kfs = ":" -} - { pid = $1 state = $2