From 585ec2f902a0a30e98c0502fe65fd67982549070 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Thu, 21 Jul 2016 15:02:40 -0700 Subject: [PATCH] Updated Filer Commands and Operations (markdown) --- Filer-Commands-and-Operations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Filer-Commands-and-Operations.md b/Filer-Commands-and-Operations.md index 1440778..5296050 100644 --- a/Filer-Commands-and-Operations.md +++ b/Filer-Commands-and-Operations.md @@ -2,12 +2,12 @@ Filer is similar to common file systems and people may ask for similar tools. ## Copy to Filer -`weed copy` can copy one or a list of files or directories to filer. +`weed filer.copy` can copy one or a list of files or directories to filer. ``` // copy all go files under current directory to filer's /github/ folder. // The directory structure is copied also. -> weed copy -include *.go . http://localhost:8888/github/ +> weed filer.copy -include *.go . http://localhost:8888/github/ ... Copy ./unmaintained/change_replication/change_replication.go => http://localhost:8888/github/./unmaintained/change_replication/change_replication.go Copy ./unmaintained/fix_dat/fix_dat.go => http://localhost:8888/github/./unmaintained/fix_dat/fix_dat.go