At the command prompt, use this command:
type *.txt > outfile
If you name
outfile
with the extension .txt
, you'll actually wind up with stuff duplicated because the *.txt
will cause the output file to be input, too! Stuff related to software development (PC, mobile, and embedded), scuba, my life, and whatever else I find to write about.
type *.txt > outfile
outfile
with the extension .txt
, you'll actually wind up with stuff duplicated because the *.txt
will cause the output file to be input, too! git svn dcommit
means delta commit.sudo apt-get install mercurial
is a relatively old one. But, if you download it from http://mercurial.selenic.com/, you can get the latest. However, in a fresh install of Linux Mint, I got the following error when I tried to run sudo make install
:
To fix this, you need to install the python-dev package using:mercurial/base85.c:13:20: fatal error: Python.h: No such file or directory compilation terminated.
sudo apt-get install python-dev
You'll need to install python-docutils
, too.
Then you can run make install
.