본문 바로가기

CentOS/Study

Section13>확장 퀴즈 답안

반응형

Q1>

# touch morning-day-{1..30}


Q2>

# touch afternoon-day-{1..30}

 

Q3>

# touch todos-${date '+%y-%m-%d').txt

 

Q4>

# ls *9

 

Q5>

# ls *1?

 

Q6>

# ls afternoon*7

 

Q7>

# mkdir Mornings
# mv morning* Mornings/

 

Q8>

# mkdir -p Year/{Winter,Spring,Summer,Fall}/{Yard,House}

 

Q9>

# mkdir -p Year/{Winter,Spring,Summer,Fall}/{Yard,House}/{todos.txt,done.txt}

반응형