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 ...
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 ...
ここしばらく 「Linuxカーネルの歴史を振り返る」 という、 読むのも書くのも大変な話題が続いたので、 今回は少し気分を変えて、 最近取り組んでいるPlamo Linuxのビルドスクリプトの改修について取りあげることにします。 Plamo Linuxのビルドスクリプトや ...
If you don’t use Linux the way it’s meant to be used, you’re basically swimming against the current and wondering why you’re ...
前回まで2回に渡ってPlamo Linuxのビルドスクリプトの内部構造を紹介しました。今回は、 このビルドスクリプトによって作成されるPlamo Linux用のパッケージと、 そのパッケージを操作するパッケージ管理ツールについて紹介しましょう。 Plamo Linuxのパッケージ ...
シェルスクリプトやバッチ処理を作成している際、処理と処理の間に意図的な「待ち時間」を入れたいと思ったことはありませんか? 例えば、APIを連続で叩いて制限に引っかからないようにしたり、他のサービスの起動を待ってから自分の処理を開始させ ...