Monthly Archives: June 2015

printf “%q ” in bash, to escape arguments

I learned a useful trick with the bash shell today. We can use printf “%q ” to escape arguments to pass to the shell. This can be useful in combination with ssh, in case you want to pass arguments containing … Continue reading

Posted in Uncategorized | Leave a comment