X-Git-Url: http://git.shiar.net/barcat.git/blobdiff_plain/b8ecf0c19b1c9f899933a067a6958edf859927f8..93df063b0375e15e3f545ede1b52ab70d90d8ea0:/barcat diff --git a/barcat b/barcat index aa18957..3df9408 100755 --- a/barcat +++ b/barcat @@ -497,7 +497,7 @@ Monitor network latency from prefixed results: Commonly used after counting, for example users on the current server: - users | sed 's/ /\n/g' | sort | uniq -c | barcat + users | tr ' ' '\n' | sort | uniq -c | barcat Letter frequencies in text files: