Finnish Ministry of Defence has reported five airspace violations by Russian airplanes this year, and there were three in 2013.
# This version is obviously unsafe
verbose_sed() {
sed -i.old -e "$1" "$2"
diff -u "$2.old" "$2"
rm "$2.old"
}
verbose_sed s/vim/emacs/g rant.txt
You could then use all the tools that we already have for working with patches: colordiff to colorize the output, diffstat for a summary of changes, patch -R for reverting the changes, and so on. Host prod-db
ProxyCommand ssh bastion nc -w1 %h %p
After which 'ssh prod-db' and 'scp prod-db:...' work as if the bastion host wasn't between you and prod-db. $ ssh prod-db mysqldump what-i-need > file.sql