Linux goes to the space, replace, for the Tab key (text file processing)

xiaoxiao2021-03-05  22

Delete all spaces

Sed 'S / / / G' DataFile> DataFile1

Replace the comma into the Tab key

Sed 's //, // x09 / g' DataFile> DataFile1

转载请注明原文地址:https://www.9cbs.com/read-38675.html

New Post(0)