1.tr -d '\n'2.cat file|xargs echo3.echo $(<filename)4.sed -e 'N' -e 's/\n//' input
$ cat test1first:secondone:two$ sed 's/\(.*\):\(.*\)/\2:\1/' test1second:firsttwo:one
沒有留言:
張貼留言