複数ディレクトリ一括作成
mkdir で複数のディレクトリを作るメモ user/ ├ mysql/ ├ nginx/ ├ public/ │ ├──scss/ │ ├──images/ └ hoge/...
0
0
Comment0
2 search resultsShowing 1~2 results
You need to log-in
mkdir で複数のディレクトリを作るメモ user/ ├ mysql/ ├ nginx/ ├ public/ │ ├──scss/ │ ├──images/ └ hoge/...
業務でちょっとした正規表現(半角英数字バリデーション)を書かないといけなかったので個人的メモです( preg_matchの中の一部抜粋 ) /^[a-zA-Z0-9]+$/ ・先頭の「^」は文字...
2 search resultsShowing 1~2 results
Qiita is a knowledge sharing service for engineers.