そこでdateコマンドのうち POSIX 準拠のオプションのみを使って実装した UNIX 時間の出力関数と、UNIX 時間と日常の日時との相互変換を行うシェル関数を実装しました。外部コマンドはdateコマンドを現在の日時を取得するのに使っているだけで、日付の変換はシェルスクリプトだけで実装しているの...
Vagrantでローカル環境を作るにあたり、諸々のコマンドをシェルスクリプトにしておけば、そういう知識に疎い、例えばフロントエンドの方でもシェル渡すだけで環境構築出来るようにしよう思っていました。 ※Ansibleとか使え、というのは触れないでください。。 で、何の気無しにWindowsのSublimeT...
if ScreenPrinter creation fails then REP-1800 : Formatter Error if REPORTS_DEFAULT_DISPLAY is set else use Screen Fonts 注意: 中国語など、いくつかのマルチバイト言語では、スクリーン・フォントを使用する場合があります。ただし、この場合、レポートを実行するためのDISPLAY変数の設定が必要で...
条件処理用の<If>、<ElseIf>、および<Else>タグ and、or、およびnot演算子を使用した複合条件のサポート 要求および応答の本体をリライトするための、sed-requestおよびsed-responseフィルタ これらの新機能を使えば、Apache HTTP サーバーからのmod_rewriteを使って定義できる規則と同様に、柔軟な...
("Execution " + i + ": unknown number of rows updated"); else System.out.println("Execution " + i + "successful: " numUpdates[i] + " rows updated"); } conn.commit(); 5b ResultSet[] resultList = ((DB2PreparedStatement)ps).getDBGeneratedKeys(); 5c if (resultList.length != 0...
EXEC SQL CONNECT TO "sample";5if (SQLCODE <0)6{ printf("¥nConnect Error: SQLCODE = goto connect_reset; } else { printf("¥n Connected to database.¥n"); } /* execute an SQL statement (a query) using static SQL; copy the single row ...
if [ -z $@ ]; then echo "[no $process running]" else for pid in $process_pids; do echo "[$process #$pid -- limits]" cat /proc/$pid/limits done fi done } この関数をコピーして現在の shell セッションに貼り付けるか、スクリプトの一部として読み込むことができます。次の...
if [ -z $@ ]; then echo "[no $process running]" else for pid in $process_pids; do echo "[$process #$pid -- limits]" cat /proc/$pid/limits done fi done } この関数をコピーして現在の shell セッションに貼り付けるか、スクリプトの一部として読み込むことができます。次の...
考え方そのものは TSV 形式である必要はないのですが、jq コマンドが対応している形式の中では TSV 形式がもっともシェルスクリプトから扱いやすい形式です。ここではわかりやすく TSV 形式と書いていますが、フィールド数が固定の二次元の表という意味ではなく、行毎にフィールド数や意味が...
You should NOT use a port number which you plan to run an application server on, rather, select a number which you will remember and which will not be used for anything else. The default in brackets was randomly selected from the available ports on your system. To accept the default, ...