Порт 3000 всегда занят сервером grafana -

Попробуйте:

pip3 list | grep -Ei 'foo|bar|baz'

Вот реальный пример с моего сервера Arch:

pip3 list | grep -Ei 'ufw|set'
setuptools 40.0.0 
ufw        0.35   

ОС и grepинформация:

uname -a
Linux archlinux 4.16.6-1-ARCH #1 SMP PREEMPT Mon Apr 30 12:30:03 UTC 2018 x86_64 GNU/Linux

grep --version
grep (GNU grep) 3.1
Copyright (C) 2017 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Mike Haertel and others, see <http://git.sv.gnu.org/cgit/grep.git/tree/AUTHORS>.
-1
30.07.2020, 16:52
0 ответов

Теги

Похожие вопросы