Pinned Loading
-
some bash hints for lists manipulation
some bash hints for lists manipulation 1# get first column(from file with ':' delimeter) and write into output.csv
2cut -f1 -d':' input.csv >> output.csv
3# get from first up to five column from dataset.csv
4cut -f1-5 -d',' dataset.csv
5 -
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.