From 00050fc61494f672a68fe8d49bd3101dfe1d9fba Mon Sep 17 00:00:00 2001 From: rfjakob Date: Thu, 9 Jun 2016 23:29:17 +0200 Subject: Updated Upgrading (markdown) --- Upgrading.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Upgrading.md') diff --git a/Upgrading.md b/Upgrading.md index c6390b2..5cdc6b2 100644 --- a/Upgrading.md +++ b/Upgrading.md @@ -25,7 +25,7 @@ $ shopt -s dotglob $ rsync -av /old/* /new ``` -The bash option `dotglob` makes sure that `/old/*` also matches hidden files (dotfiles). If you don't have any in /old (check with `ls -la /old`), you can skip that. +The bash option `shopt -s dotglob` makes sure that `/old/*` also matches hidden files (dotfiles). If you don't have any in /old (check with `ls -la /old`), you can skip that command. #### Space-efficient move -- cgit v1.2.3