The script command not only makes a record of what commands you run but also allows you to save the output generated so that you can examine it later or easily turn your command sequences into scripts ...
Linuxで動作するbashを対象にしたシェルスクリプトを勉強していきます。 勉強メモ程度なのであまり有益な情報はないかもしれません。 シェルはOSを操作するためのアプリケーションです。 シェルによるプログラムのことをシェルスクリプトと呼びます。
I wore the world's first HDR10 smart glasses TCL's new E Ink tablet beats the Remarkable and Kindle Anker's new charger is one of the most unique I've ever seen Best laptop cooling pads Best flip ...
This writing discusses two special parameters provided by Unix/Linux Bash shell. They are $* and $@. They are used when command line arguments are passed to shell scripts. The example scripts given in ...
前回まで2回に渡ってPlamo Linuxのビルドスクリプトの内部構造を紹介しました。今回は、 このビルドスクリプトによって作成されるPlamo Linux用のパッケージと、 そのパッケージを操作するパッケージ管理ツールについて紹介しましょう。 Plamo Linuxのパッケージ ...
シェルスクリプトやバッチ処理を作成している際、処理と処理の間に意図的な「待ち時間」を入れたいと思ったことはありませんか? 例えば、APIを連続で叩いて制限に引っかからないようにしたり、他のサービスの起動を待ってから自分の処理を開始させ ...