Skip to content

context-driven-testing-toolkit/spaces2tsv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

spaces2tsv converts regular text to TSV

  1. Trims trailing left and right whitespace.
  2. Converts multiple adjacent spaces into a single tab.
  3. Pipe it to column -t for great good.

How to use it

     cat my_file.txt | spaces2tsv 

The text in the file will be converted into cleanly formatted TSV.

About

If you pipe this script spaces, it converts them to tabs.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages