From fbdc86ec233eaae0045aaf06685a331227d38160 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Thu, 21 Jan 2021 15:11:49 +0100 Subject: [PATCH] Add handy {} --- arch-config/Dokumente/Commands.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/arch-config/Dokumente/Commands.md b/arch-config/Dokumente/Commands.md index 51f337c1..3f146624 100755 --- a/arch-config/Dokumente/Commands.md +++ b/arch-config/Dokumente/Commands.md @@ -207,3 +207,11 @@ sudo pacdiff ``` iostat -dx /dev/sdX ``` + +## copy/create/move multiple files +``` +mkdir -p test/test{1,2,3} +``` +``` +cp source/{file1,file2}.txt destination +```