Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

When writing scripts don't use the shortened flags, use the long version.

For example, the deploy script from a simple php app I wrote:

    rsync --recursive --links --verbose --rsh=ssh --exclude-from ./exclude_from_deploy.txt --delete ./ kazan:/srv/simple-paste/


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: