14,957
edits
| Line 23: | Line 23: | ||
** mkdir ''new_dir'' | ** mkdir ''new_dir'' | ||
** cp ''old_dir/* new_dir'' | ** cp ''old_dir/* new_dir'' | ||
download file from remote server | |||
* FTP | |||
* wget<ref>[http://linux.about.com/od/commands/l/blcmdl1_wget.htm wget - Linux Command - Unix Command]</ref> | |||
* SVN update {{kbd | key= <nowiki>su - www -c "svn up http://remote.svn.server/path/ /local/path/ --username=account --password=xxx" </nowiki>}} | |||
delete files or directory | delete files or directory | ||