diff --git a/inxi b/inxi index ead249b..49bb750 100755 --- a/inxi +++ b/inxi @@ -3249,7 +3249,7 @@ get_ps_data() user=$1 rss=sprintf( "%.2f", $6/1024 ) # have to get rid of [,],(,) eg: [lockd] which break the printout function compare in bash - gsub(/\[|\]\(\)/,"~", $0 ) + gsub(/\[|\]|\(|\)/,"~", $0 ) if ( $12 ~ /^\// ){ appStarterPath=$11 appPath=$12