>>922
x=`cat hoge.txt`
x=`echo $x`

わざとダブルクォートを付けずに echo $x して xに代入しなおすのがポイント
>>923 はtrコマンドが無駄。