/*----------------------------------------------------------------------*\
| Program to transpose a tab-delimited text file. |
| |
| Usage: transpos [-h n] [-d c] input_file |
| Options: -h n means there are n header lines, which are copied |
| as is to the output file. |
| -d c means the delimiter is c rather than tab. |
| Input: a tab-delimited text file, named on the command line. |
| Output: a tab-delimited text file, sent to stdout. |
| |
| Peter N. Schweitzer (U.S. Geological Survey, Reston, VA 20192) |
\*----------------------------------------------------------------------*/
-
Notifications
You must be signed in to change notification settings - Fork 0
ahstram/transpos
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Program to transpose a tab-delimited text file
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published