Replace one word with another word across all directories Posted on February 16, 2017February 16, 2017 by SEO Brisbane Search Tempo grep -rl 'windows' ./ | xargs sed -i 's/windows/linux/g' The example above replaces windows with linux Read More
Unzip a zip archive from a directory to another directory and overwrite the files that are already there Posted on February 16, 2017February 16, 2017 by SEO Brisbane Search Tempo unzip -o /home2/walkwith/novemberbackup.zip -d /home2/walkwith/public_html Read More