2 つの unl ファイルがあります。sample.unl test.unl 以下の cat コマンドを使用すると、出力が適切にフォーマットされません。
{
cat sample.unl
echo
cat test.unl
}
.
store_nbr country_code date
400 CA 2010-06-11 12:00:49
以下のように出力を適切に配置したい..
store_nbr country_code date
400 CA 2010-06-11 12:00:49
私を助けてください..ありがとう