Skip to content

Instantly share code, notes, and snippets.

@hdf
Created February 7, 2016 18:21
Show Gist options
  • Save hdf/d6ccd28993f0861585b7 to your computer and use it in GitHub Desktop.
Save hdf/d6ccd28993f0861585b7 to your computer and use it in GitHub Desktop.
Sort csv
@echo off
setlocal ENABLEDELAYEDEXPANSION
set dir=%cd:\=/%
set dir=%dir::=%
sh -login -c "cd /%dir% && sort -t $'\t' -k 17 -g tajkep_.txt -o tajkep_sorted.txt"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment