diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-05-06 16:41:30 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-05-06 16:41:30 +0000 |
commit | 4bbc338559007c1e957c76418ce5cc0565aceb78 (patch) | |
tree | 3c48b51cea59597cf5f9f5299f2550318c9ec083 /chapter03 | |
parent | c38724e11650792f0ae7f0d80e2308f7ae0bf9d0 (diff) |
Shortened the mkdir man1...man8 command to: mkdir man{1,2,3,4,5,6,7,8}
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@569 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter03')
-rw-r--r-- | chapter03/creatingdirs.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter03/creatingdirs.xml b/chapter03/creatingdirs.xml index 4b6280d6d..969b51859 100644 --- a/chapter03/creatingdirs.xml +++ b/chapter03/creatingdirs.xml @@ -25,8 +25,7 @@ Issuing the following commands will create a default directory layout: <userinput> mkdir dict doc info locale man nls misc terminfo zoneinfo</userinput> <userinput> cd $dirname/share/man</userinput> - <userinput> mkdir man1 man2 man3 man4 man5 man6 man7 - man8</userinput> + <userinput> mkdir man{1,2,3,4,5,6,7,8}</userinput> <userinput>done</userinput> <userinput>cd $LFS/var</userinput> <userinput>mkdir -p lock log mail run spool tmp opt cache lib/misc |