Changes between Version 14 and Version 15 of TipAndDoc/console
- Timestamp:
- Nov 10, 2011 1:38:23 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TipAndDoc/console
v14 v15 1 1 [[PageOutline]] 2 3 = misc = 4 * [http://it.kndb.jp/entry/show/id/2484 scriptやscreentで取ったLinuxログファイルの文字化けを直す方法 - Knowledge Database IT] 5 * colコマンドでバッククォートとラインフィードを取り除く 6 {{{ 7 # col -bx < {変換前ファイル名} > {変換後ファイル名} 8 }}} 2 9 3 10 * [http://serverfault.com/questions/63705/how-to-pipe-stderr-without-piping-stdout unix - How to pipe stderr without piping stdout - Server Fault] … … 82 89 }}} 83 90 84 = misc =85 * [http://it.kndb.jp/entry/show/id/2484 scriptやscreentで取ったLinuxログファイルの文字化けを直す方法 - Knowledge Database IT]86 * colコマンドでバッククォートとラインフィードを取り除く87 {{{88 # col -bx < {変換前ファイル名} > {変換後ファイル名}89 }}}90 91 91 == daemonize == 92 92 * [http://d.hatena.ne.jp/is0me/20100106/1262754530 プロセスのバックグラウンド化(nohupとdisown) - Notes.]