ps 補助 | grep言語ツール

ps 補助 | grep 言語ツール

netstat -tulpn | grep 80ポート # または ss -tulpn | grep 80ポート

ss -tulpn | grep 80ポート

tcp LISTEN 0 50 [::ffff:127.0.0.1]:80port : users:((“java”,pid=…,fd=136))

grep -rniI “言語” ./*.py

ドイツ語特有:

curl -X POST "http://localhost:8082/v2/check" \
     -d "language=de-DE" \
     -d "text=Sebastian mit nachnamen"