On 4/22/2014 5:47 PM, Aleksandar Ruzicic wrote: > and would need a > tool to concat those later to the target CSS (this can be done with cat > but it's non-standard on windows) FWIW, on windows: type input1.txt > output.txt type input2.txt >> output.txt type input3.txt >> output.txt