Category Archives: Unix/Linux

Linux: Concatenate Files

How to join multiple .avi or .mpg files This will most likely work on just about any linux distro that includes the ability to install mplayer/mencoder. First, let’s get the right programs. sudo apt-get install mencoder mplayer Now that the … Continue reading

Posted in Unix/Linux | Comments Off

Unix: Find files and list them

find . -name “*.html” | cat > ‘/Users/clsnyder/Desktop/s4′

Posted in Unix/Linux | Comments Off