Skip to content

Linux recipes

Sébastien LUCAS edited this page Aug 29, 2014 · 4 revisions

Concatenate 2 files

Cat will list the content of the first file
> will put this content at the end of another file

cat angular.js i18n/angular-locale_de-de.js > angular_de-de.js

WIKI by Sébastien Lucas CEO & Funder or Bricks

Clone this wiki locally