エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
ここにツイート内容が記載されます https://b.hatena.ne.jp/URLはspanで囲んでください
Twitterで共有ONにすると、次回以降このダイアログを飛ばしてTwitterに遷移します
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
autoload -U compinit && compinit function print_known_hosts (){ if [ -f $HOME/.ssh/known_hosts ];... autoload -U compinit && compinit function print_known_hosts (){ if [ -f $HOME/.ssh/known_hosts ]; then cat $HOME/.ssh/known_hosts | tr ',' ' ' | cut -d' ' -f1 fi } _cache_hosts=($( print_known_hosts )) % ssh 192.168.1. 192.168.1.1 192.168.1.2 192.168.1.3 192.168.1.4