-
Story
-
Resolution: Done
-
Major
-
RH124 - RHEL 8 1 20190507, RH124 - Early Access
-
None
-
ROLE
-
en-US (English)
URL: https://rol.redhat.com/rol/rhz/rhls/course/rh124ea-8.0/ch03s06
Reporter RHNID: ricardodacosta
Section: files-manage-ge - Guided Exercise: Managing Files Using Command-line Tools
Language: en-US (English)|
Workaround:
Description: Chapter 3, Section 3
Creating Directories
We demonstrate how to create multiple directories using mkdir -p. The example demonstrated is:
mkdir -p Thesis/Chapter1 Thesis/Chapter2 Thesis/Chapter3
Should we demonstrate this too? If we don't do it, where would we ?
mkdir -p Thesis/{Chapter1,Chapter2,Chapter3}
Ricardo da Costa