LoginSignup
0
0

More than 5 years have passed since last update.

Linux:ランキング取得コマンド

Last updated at Posted at 2018-01-20
grep ' connect from ' <ファイルパス> | awk '{print $8}'|sort |uniq | wc -l

awk
sort | uniq
wc -l

参考URL:https://qiita.com/qiitamatumoto/items/8c4341d0af9958543db4

cat res_1 |sort -n -r |head
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0