omg, a talking sausage.

February 2009

How to move all the files from several subdirectories to a single dir?

How to move (or copy) all the selected files from several subdirectories to one single directory?

find [from_dir_name] -iname "[your file names like *.txt]" -exec mv {} [target dir name] \;

linux locale several error

If you got one or more of the following errors try to use the command below: