ユーザ用ツール

サイト用ツール


サイドバー

Index

はじめてのおつかい






DokuWiki整形記法


PlayGround



tipsmemo:tips:shellscript

文書の過去の版を表示しています。


Shellscript

連番のゼロパディング

seq -f %05g 1 10

正規表現

ssh接続テスト

echo "hostname"; ssh -q -T -o "PasswordAuthentication no" -o "StrictHostKeyChecking no" -i .ssh/id_rsa user@host ":" && echo "OK" || echo "NG"
tipsmemo/tips/shellscript.1604474683.txt.gz · 最終更新: 2020/11/04 16:24 by hayashi