1

I would like to format data returned from my command line tools using tabs. I am not sure whether the solution is specific to Ruby or MacOS, could you provide an example of how to do this? (Maybe a simple Ruby puts statement with tabbed values) All of my research returned items dealing with having multiple shell sessions in the same window. Thanks

4

1 に答える 1

1

タブ文字は、文字列内のaで表され"\t"ます。

文字列がフィールドをオーバーフローしたときに、文字列サイズのチェックを行う必要がある場合があります。さらに、タブのサイズはデバイス/アプリに依存するため、スプレッドシートなどにインポートしただけでは、すべての表示メカニズム(エディター、端末、ポケットベルなど)で同じように調整されるとは限りません。案件。

IIRCには、さまざまなテキスト配置タスクを実行するためのいくつかの宝石/ライブラリがありますが、現時点では参照はありません。

于 2012-04-04T14:54:32.887 に答える